mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
Refactor Weaviate config to remove unused api_key field
This commit is contained in:
parent
49763c4452
commit
2fc9bd95a6
1 changed files with 0 additions and 1 deletions
|
@ -15,5 +15,4 @@ class WeaviateRequestProviderData(BaseModel):
|
||||||
@json_schema_type
|
@json_schema_type
|
||||||
class WeaviateConfig(BaseModel):
|
class WeaviateConfig(BaseModel):
|
||||||
url: str = Field(default="http://localhost:8080")
|
url: str = Field(default="http://localhost:8080")
|
||||||
api_key: str = Field(default="")
|
|
||||||
collection: str = Field(default="MemoryBank")
|
collection: str = Field(default="MemoryBank")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue