chore: Adding unit tests for Milvus

This commit is contained in:
Francisco Javier Arceo 2025-07-07 15:20:54 -04:00
parent 4bca4af3e4
commit 84215f17d6
6 changed files with 1864 additions and 1461 deletions

View file

@ -12,6 +12,7 @@ Please refer to the remote provider documentation.
|-------|------|----------|---------|-------------|
| `db_path` | `<class 'str'>` | No | PydanticUndefined | |
| `kvstore` | `utils.kvstore.config.RedisKVStoreConfig \| utils.kvstore.config.SqliteKVStoreConfig \| utils.kvstore.config.PostgresKVStoreConfig \| utils.kvstore.config.MongoDBKVStoreConfig` | No | sqlite | |
| `consistency_level` | `<class 'str'>` | No | Strong | The consistency level of the Milvus server |
## Sample Configuration