monarch-initiative / phenomics-assistant

LLM retrieval augmented generation agent for the Monarch Knowledge graph.
https://phenomics-assistant.streamlit.app/
MIT License
19 stars 0 forks source link

Results are truncated #7

Open cmungall opened 6 months ago

cmungall commented 6 months ago

Seems to report first N results but doesn't tell user

oneilsh commented 6 months ago

Hey @cmungall , to clarify, sounds like you mean the model should let the user know that if it reports say 10 results but there are 200 total, it should note this for the user? The limit and offset params are used to fetch N results, but the total available is also returned by the API, so I think this can be addressed in the system message.