|
пре 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: