mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 17:30:02 +00:00
kill sample providers, update tests thanks Eric, then fix all configs
This commit is contained in:
parent
c70bbab793
commit
7b5d636ff4
68 changed files with 639 additions and 504 deletions
|
|
@ -13,5 +13,5 @@ class ChromaVectorIOConfig(BaseModel):
|
|||
db_path: str
|
||||
|
||||
@classmethod
|
||||
def sample_config(cls) -> Dict[str, Any]:
|
||||
return {"db_path": "{env.CHROMADB_PATH}"}
|
||||
def sample_run_config(cls, db_path: str = "${env.CHROMADB_PATH}", **kwargs: Any) -> Dict[str, Any]:
|
||||
return {"db_path": db_path}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue