summaryrefslogtreecommitdiff
path: root/issues/implement_xapian_to_text_transformer.gmi
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-09 10:31:54 +0300
committerAlexander_Kabui2024-09-09 10:33:37 +0300
commit86a09437a13e9825a0d00b58ca59e463804a28de (patch)
tree91c19c4b38d6f088f5c5669c0796840a0a750ab7 /issues/implement_xapian_to_text_transformer.gmi
parenteb68c26043ba923094ef9213ee9ec54d0775580d (diff)
downloadgn-gemtext-86a09437a13e9825a0d00b58ca59e463804a28de.tar.gz
Add new issue: Implement xapian to text transformer.
Diffstat (limited to 'issues/implement_xapian_to_text_transformer.gmi')
-rw-r--r--issues/implement_xapian_to_text_transformer.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/implement_xapian_to_text_transformer.gmi b/issues/implement_xapian_to_text_transformer.gmi
new file mode 100644
index 0000000..a3c3dc8
--- /dev/null
+++ b/issues/implement_xapian_to_text_transformer.gmi
@@ -0,0 +1,15 @@
+# Xapian to Text Transformer
+
+## Tags
+* assigned: alexm, jnduli
+* keywords: llm, genenetwork2, xapian, transform
+* type: feature
+* status: in-progress
+
+## Description:
+
+Given a Xapian search query, e.g., "CYTOCHROME AND P450" or "CYTOCHROME NEAR P450," we need to convert the text to a format with no Xapian keywords. In this case, the transformed text would be "CYTOCHROME P450."
+
+
+This issue is a part of the main issue below.
+=> https://issues.genenetwork.org/issues/gn_llm_integration_using_cached_searches