🚀 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.
🚀 Feature Request
Problem:
Currently, we have document loading and chunking, but embeddings and vector storage are not implemented.
Proposed Solution:
Why needed:
I would like to work on this as the next step Under NSoC.