Gareth

Results 12 comments of Gareth

@jpradocueva I'll take a look once i get access to the document

@cheesecake100201, it might be better allow the user to configure either the index host directly. ```python from llama_models.schema_utils import json_schema_type from pydantic import BaseModel @json_schema_type class PineconeConfig(BaseModel): host: str ```...