mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 10:49:43 +00:00
updating starter to include kv store path and update unit test packages to include chromadb inline
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
56d01cee69
commit
67307a8949
14 changed files with 609 additions and 14 deletions
|
|
@ -52,7 +52,10 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
Provider(
|
||||
provider_id="${env.ENABLE_CHROMADB:+chromadb}",
|
||||
provider_type="remote::chromadb",
|
||||
config=ChromaVectorIOConfig.sample_run_config(url="${env.CHROMADB_URL:=}"),
|
||||
config=ChromaVectorIOConfig.sample_run_config(
|
||||
f"~/.llama/distributions/{name}",
|
||||
url="${env.CHROMADB_URL:=}",
|
||||
),
|
||||
),
|
||||
]
|
||||
default_tool_groups = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue