mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 17:58:03 +00:00
chore: Migrating kvstore into openai_vector_store_mixin.py
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
618ccea090
commit
938786733c
14 changed files with 173 additions and 125 deletions
|
|
@ -36,7 +36,9 @@ See [Weaviate's documentation](https://weaviate.io/developers/weaviate) for more
|
|||
## Sample Configuration
|
||||
|
||||
```yaml
|
||||
{}
|
||||
kvstore:
|
||||
type: sqlite
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/dummy}/weaviate_registry.db
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue