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
I'm developing an API using FastAPI and plan to store all agent information in a non-relational database. The goal is to design an agnostic implementation that retrieves all data from the database and configures the agent appropriately, regardless of its attributes.
A comparable scenario would be creating a chat application that saves system prompts in a database and retrieves them upon receiving a user request.
Has anyone implemented a similar solution or have a related repository?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing an API using FastAPI and plan to store all agent information in a non-relational database. The goal is to design an agnostic implementation that retrieves all data from the database and configures the agent appropriately, regardless of its attributes.
A comparable scenario would be creating a chat application that saves system prompts in a database and retrieves them upon receiving a user request.
Has anyone implemented a similar solution or have a related repository?
Beta Was this translation helpful? Give feedback.
All reactions