Skip to content
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

Implement Conversation History-Aware RAG Solution 🚀 #5

Open
Odeyiany2 opened this issue Sep 26, 2024 · 1 comment
Open

Implement Conversation History-Aware RAG Solution 🚀 #5

Odeyiany2 opened this issue Sep 26, 2024 · 1 comment
Labels
good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfes

Comments

@Odeyiany2
Copy link
Collaborator

Implement Conversation History-Aware RAG Solution 🚀

Project Overview

We are looking to enhance our RAG (Retrieval-Augmented Generation) system with conversation history awareness. The goal is to allow the system to properly handle, and answer follow-up questions based on previous interactions, ensuring a seamless flow of information.

What is Needed

The task is to implement a conversation history-aware RAG solution that tracks and remembers previous conversations, allowing it to provide context-aware answers to follow-up questions. Efficiently manages conversation history to avoid performance issues, especially when handling long conversations.

How to Contribute

  1. Get Familiar: Review the existing RAG system, focusing on how queries are currently processed and how session management (if any) is implemented.
  2. Implement: Add functionality to track conversation history and ensure the RAG system can reference this history when responding to follow-up questions.
  3. Test Your Code: Ensure that conversation history is preserved across queries and that the RAG solution provides accurate and context-aware answers.
  4. Submit a Pull Request: Once your implementation is complete, submit a pull request with your changes, along with relevant documentation explaining your solution.

Getting Started

Before you begin, ensure that you have read through the Contribution Guidelines and have a good understanding of the RAG system architecture.

We are looking forward to your contributions! Happy Hacking! 🎉

@Odeyiany2 Odeyiany2 added good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfes labels Sep 27, 2024
@MbuviM
Copy link

MbuviM commented Oct 18, 2024

Hey, kindly assign me this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfes
Projects
None yet
Development

No branches or pull requests

2 participants