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
-
Notifications
You must be signed in to change notification settings - Fork 0
nitish-singh07/Retrieval_Augmented_Generation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published