monarch-initiative / curate-gpt

LLM-driven curation assist tool (pre-alpha)
https://monarch-initiative.github.io/curate-gpt/
BSD 3-Clause "New" or "Revised" License
49 stars 11 forks source link

Consider the use of a standard wrapper for vector databases and chaining RAG operations #34

Open cmungall opened 4 months ago

cmungall commented 4 months ago

This project implements its own abstraction layer over vector dbs and its own logic for RAG

Consider using a standard framework

dspy is very promising IMO