-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MODULE] RAG Module #135
base: main
Are you sure you want to change the base?
[MODULE] RAG Module #135
Conversation
- **Chunker**: Splits documents into manageable segments for efficient retrieval. | ||
- **Generator**: Generates responses using the retrieved context. | ||
- **Orchestrator**: Manages interactions between these components to ensure seamless workflow. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8_rag/README.md
Outdated
|
||
### RAG Architecture | ||
|
||
RAG's modular architecture allows for customization and optimization based on task requirements. A typical RAG pipeline involves the following components: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps a visuals would help here?
8_rag/README.md
Outdated
- **Frameworks**: **RAGAs** for integrated evaluation, **BLEU**, **ROUGE**, and **MRR** for detailed metrics. | ||
|
||
|
||
## 5. Tools and Frameworks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel we can this section too and make it more general.
Hey @duydl ! Are you still working on this? It looks great so far. |
No description provided.