llama-stack-mirror/llama_stack/providers
Shrinit Goyal b74f25035c
Added support for mongoDB KV store (#543)
Added the support for mongoDB as KV store
validated in mongodb, it is able to store agent data, session data and
turn data
<img width="1332" alt="image"
src="https://github.com/user-attachments/assets/867700a4-b9ee-4a3c-8278-f39074d39d56">
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
```

---------

Co-authored-by: shrinitgoyal <shrinit.goyal@engati.com>
2025-02-19 22:30:50 -08:00
..
inline feat: add aggregation_functions to llm_as_judge_405b_simpleqa (#1164) 2025-02-19 19:42:04 -08:00
registry feat: inference passthrough provider (#1166) 2025-02-19 21:47:00 -08:00
remote fix: More robust handling of the arguments in tool call response in remote::vllm (#1169) 2025-02-19 22:27:02 -08:00
tests build: add missing dev dependencies for unit tests (#1004) 2025-02-19 22:26:11 -08:00
utils Added support for mongoDB KV store (#543) 2025-02-19 22:30:50 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00