Skip to content

Add embedding generation and vector store integration for RAG pipeline #123

@alok-kumar0421

Description

@alok-kumar0421

🚀 Feature Request

Problem:
Currently, we have document loading and chunking, but embeddings and vector storage are not implemented.

Proposed Solution:

  • Generate embeddings using SentenceTransformers
  • Store embeddings in a vector database (ChromaDB)
  • Enable efficient similarity search for retrieval

Why needed:

  • Required for RAG pipeline
  • Enables semantic search over documents

I would like to work on this as the next step Under NSoC.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions