biocompute-objects / bco-rag

BioCompute Object Retrieval-Augmented Generation Tool
0 stars 0 forks source link

Separate query #15

Closed seankim658 closed 3 months ago

seankim658 commented 3 months ago

The standardized queries contain two parts:

The first part of the query is obviously important for the semantic retrieval process but I have a hunch that including the second part of the query for the semantic retrieval is polluting the retrieval. Going to try splitting the query and re-injecting the data schema part before the data is sent to the llm.

seankim658 commented 3 months ago

Tried this, didn't work out that well. Might re-explore this concept in combination with a two-step retrieval process. Closing as not planned for now.