diff options
author | Alexander_Kabui | 2024-09-09 10:31:54 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-09 10:33:37 +0300 |
commit | 86a09437a13e9825a0d00b58ca59e463804a28de (patch) | |
tree | 91c19c4b38d6f088f5c5669c0796840a0a750ab7 /issues/implement_xapian_to_text_transformer.gmi | |
parent | eb68c26043ba923094ef9213ee9ec54d0775580d (diff) | |
download | gn-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.gmi | 15 |
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 |