AryaChakraborty / articulus_rag

25 stars 29 forks source link

Optimize Retrieval Mechanism for RAG Model #43

Closed Vikranth3140 closed 6 months ago

Vikranth3140 commented 6 months ago

Description:

The current retrieval mechanism may not be optimized for speed and relevance, potentially leading to slower responses and less accurate results. Implementing more efficient retrieval algorithms or indexing methods can improve this.

Tasks:

  1. Implement a more efficient indexing method like FAISS.
  2. Optimize the retrieval queries for better relevance.
  3. Profile and benchmark the performance improvements.
AryaChakraborty commented 6 months ago

The retrieval mechanism is optimized. There are options like :