Added in registry and tests passed

This commit is contained in:
Sarthak Deshpande 2024-10-23 23:45:01 +05:30
parent c2d74188ee
commit 07e9da19b3
5 changed files with 42 additions and 25 deletions

View file

@ -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"