biocypher / biochatter

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

Rag api agent #168

Open Tatan47 opened 2 weeks ago

Tatan47 commented 2 weeks ago

This pull request introduces a new mode, ‘API’, for the RAG agent, enabling it to connect with the NCBI BLAST database.

New API Agent: • Translates natural language queries into NCBI BLAST API calls. • Retrieves and saves BLAST responses. • Extracts answers and returns them in natural language. RAG Agent Update: • Introduces a new mode, API, integrating the new API agent. Live Tests: • Comprehensive end-to-end tests for the new components. Mock Tests: • Mock API calls for both the LLM and NCBI BLAST

Areas Needing Assistance: • Mock test • Final integration of the API agent into the Conversation class

fengsh27 commented 1 week ago

Looks good to me except some minor issues