Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add RAG Indexing Service #603

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

feat: Add RAG Indexing Service #603

wants to merge 13 commits into from

Conversation

ishaansehgal99
Copy link
Collaborator

Reason for Change:
This PR introduces the RAG service. PR introduces the design for handling embeddings, vector stores, and CRUD operations for maintaining our RAG service index.

For the FAISS implementation we created a FaissVectorStoreManager to handle indexing, querying, updating, and deleting documents in a FAISS-based vector store.

The RAGOperations class handles CRUD operations, utilizing the vector store interface.

Additionally, we introduced abstract base classes for embedding models and vector stores. FastAPI endpoints have been used.

Signed-off-by: ishaansehgal99 <[email protected]>
Signed-off-by: ishaansehgal99 <[email protected]>
Signed-off-by: ishaansehgal99 <[email protected]>
Signed-off-by: ishaansehgal99 <[email protected]>
Signed-off-by: ishaansehgal99 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants