blob: a3c3dc8ce69fb16f84cfd72be34f9a7ceb9570e3 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|