soumik12345 / medrag-multi-modal

0 stars 0 forks source link

feat(generation): Retrieval augmented Question-answering agent #19

Open soumik12345 opened 2 hours ago

soumik12345 commented 2 hours ago

Implement a simple QA agent that uses a retriever to retrieve appropriate context depending on the query and answers the question accordingly.

soumik12345 commented 2 hours ago

Depends on #17