Skip to content

nitish-singh07/Retrieval_Augmented_Generation

Repository files navigation

Break down of Task for the this RAG system Start ↓ [Document Upload] ↓ [Extract Text from Document] → (PDF, DOCX, JSON, TXT) ↓ [Chunk Text] → (Split large documents into smaller chunks) ↓ [Generate Embeddings] → (Using Hugging Face model) ↓ [Store Embeddings in Weaviate] → (With metadata like document ID, text snippet) ↓ [Wait for User Query] ↓ [User Query Received] ↓ [Generate Embedding for Query] → (Using the same Hugging Face model) ↓ [Retrieve Relevant Documents] → (From Weaviate using vector search) ↓ [Return Relevant Text Snippets] → (With metadata like document ID, snippet) ↓ End

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published