caps-chatbot-internal / retrieval.py

Commit History

Replace FAISS index with portable numpy embeddings in pkl
543fbbd

atwine Devin commited on

Fix retrieval: bypass FAISS search() using numpy dot product
c2a8c7b

atwine Devin commited on

Fix FAISS search() for both old and new API versions
612d3f2

atwine Devin commited on

Fix FAISS search() API compatibility for newer versions
41f59bc

atwine Devin commited on

Add RAG pipeline: build_index.py, retrieval.py, and FAISS knowledge base
0b92277

atwine Devin commited on