llama-stack
llama-stack copied to clipboard
Added support for mongoDB KV store
trafficstars
Added the support for mongoDB as KV store
validated in mongodb, it is able to store agent data, session data and turn data
this is how run.yaml would look:
config:
persistence_store:
type: mongodb
namespace: null
host: localhost
port: 27017
db: llamastack
user: ""
password: ""
collection_name: llamastack_kvstore