|
hai 11 meses | |
---|---|---|
.. | ||
README_faiss.md | hai 11 meses | |
faiss_index.py | hai 11 meses | |
output.txt | hai 11 meses |
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: