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

feat: add history handling component #254

Open
mhordynski opened this issue Dec 17, 2024 · 0 comments · May be fixed by #271
Open

feat: add history handling component #254

mhordynski opened this issue Dec 17, 2024 · 0 comments · May be fixed by #271
Assignees
Labels
feature New feature or request priority Top priority issue
Milestone

Comments

@mhordynski
Copy link
Member

Feature description

Often, applications need to manage conversation history before using a user's message in calls to external tools.

One example is RAG/Document Search, where a standalone user query is needed to run a retrieval operation.

For example, consider the conversation history:

  • What is the capital of France?
  • Paris
  • What is the most famous monument there?

The query to the document search should be condensed into "What is the most famous monument in Paris?"

Motivation

Handling history is an important component in nearly every Generative AI application.

Additional context

No response

@mhordynski mhordynski added the feature New feature or request label Dec 17, 2024
@mhordynski mhordynski changed the title feat: add history handling component to ragbits feat: add history handling component Dec 17, 2024
@mhordynski mhordynski moved this to Ready in ragbits Dec 17, 2024
@ludwiktrammer ludwiktrammer added this to the Ragbits 0.7 milestone Jan 2, 2025
@ludwiktrammer ludwiktrammer added the priority Top priority issue label Jan 9, 2025
@ludwiktrammer ludwiktrammer self-assigned this Jan 9, 2025
@ludwiktrammer ludwiktrammer moved this from Ready to In Progress in ragbits Jan 9, 2025
@micpst micpst linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request priority Top priority issue
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants