RAG Framework
1.0.0
A Python framework to implement Retrieval-Augmented Generation (RAG) using a Vector-store Database. This framework utilizes the Vector-Store repository to store and retrieve embeddings for effective RAG implementation.
.txt files using the SentenceTransformer model.main.py and get_embedding.py to use your Vector-store Database.main.py to execute the RAG pipeline with any input text.llm.py (or any compatible LLM API for inference)pip install -r requirements.txt