llama-stack icon indicating copy to clipboard operation
llama-stack copied to clipboard

Added support for mongoDB KV store

Open shrinitg opened this issue 11 months ago • 0 comments
trafficstars

Added the support for mongoDB as KV store validated in mongodb, it is able to store agent data, session data and turn data image 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

shrinitg avatar Nov 28 '24 16:11 shrinitg