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 persistence component #255

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

feat: add history persistence component #255

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

Comments

@mhordynski
Copy link
Member

mhordynski commented Dec 17, 2024

Feature description

The goal of this task is to introduce a new component or service that is responsible for saving and retrieving user history in a database.

It should provide abstract interface to storing / retrieving history from backend. First implementation should use some Postgres (it can be done via sqlalchemy to support multiple backends at once).

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 persistence component to Ragbits feat: add history persistence component Dec 17, 2024
@mhordynski mhordynski moved this to Backlog in ragbits Dec 17, 2024
@mhordynski mhordynski self-assigned this Jan 27, 2025
@mhordynski mhordynski added this to the 7 / Chat interfaces milestone Jan 27, 2025
@mhordynski mhordynski moved this from Backlog to Ready in ragbits Jan 27, 2025
@mhordynski mhordynski removed their assignment Jan 27, 2025
@akotyla akotyla self-assigned this Feb 5, 2025
@mhordynski mhordynski moved this from Ready to In Progress in ragbits Feb 6, 2025
@akotyla akotyla moved this from In Progress to In review in ragbits Feb 14, 2025
@micpst micpst linked a pull request Feb 14, 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
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants