You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: