I am curious how people are doing RAG locally with minimal dependencies for internal code or complex documents?
Are you using a vector database, some type of semantic search, a knowledge graph, a hypergraph?
1–10 of 166 posts
Are you using a vector database, some type of semantic search, a knowledge graph, a hypergraph?
If your data aren't too large, you can use faiss-cpu and pickle https://pypi.org/project/faiss-cpu/