brainqub3 / meta_expert

Versatile agents for long running, research intensive tasks.
MIT License
261 stars 87 forks source link

Feature Request: Add R2R for RAG as alternative to nlm_ingestor #13

Open FellowTraveler opened 1 month ago

FellowTraveler commented 1 month ago

R2R is working great here in docker, supports embeddings, graph-rag, HyDE, hybrid search, etc. It has a great API and seems like would be a quick way to add RAG as well as chatbot memory to Jar3d.

https://r2r-docs.sciphi.ai/api-reference/introduction

https://github.com/SciPhi-AI/R2R

john-adeojo commented 1 month ago

Thanks for sharing