From 86a09437a13e9825a0d00b58ca59e463804a28de Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 9 Sep 2024 10:31:54 +0300 Subject: Add new issue: Implement xapian to text transformer. --- issues/implement_xapian_to_text_transformer.gmi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 issues/implement_xapian_to_text_transformer.gmi (limited to 'issues/implement_xapian_to_text_transformer.gmi') 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 -- cgit v1.2.3