biocypher / biochatter

Backend library for conversational AI in biomedicine
http://biochatter.org/
MIT License
51 stars 19 forks source link

KG RAG: retrieve example node/edge to inform the LLM's query #129

Open slobentanzer opened 4 months ago

slobentanzer commented 4 months ago

Retrieving an example node or edge can better inform the LLM how to format the query.

Will require more back-and-forth between KG and LLM, but will be worth it in many cases.