|
11 月之前 | |
---|---|---|
.. | ||
README_faiss.md | 11 月之前 | |
faiss_index.py | 11 月之前 | |
output.txt | 11 月之前 |
Comparing Faiss with the original RAG. Both using the TAIDE LLM model. Both using created embeddings from the Supabase db.
Did not apply multi_query on Faiss (as it generates very similar answers from the original RAG). Applied multi_query on the original RAG only.
Evaluate on: 1. speed 2. RAGAS score
Some of the tested result is in the output.txt
Findings: