mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
Added in registry and tests passed
This commit is contained in:
parent
c2d74188ee
commit
07e9da19b3
5 changed files with 42 additions and 25 deletions
|
|
@ -12,6 +12,6 @@ class PineconeRequestProviderData(BaseModel):
|
|||
|
||||
|
||||
class PineconeConfig(BaseModel):
|
||||
dimensions: int
|
||||
cloud: str
|
||||
region: str
|
||||
dimension: int = 384
|
||||
cloud: str = "aws"
|
||||
region: str = "us-east-1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue