Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return VectorStore initialized from texts and embeddings.
from_texts( cls: Type['XataVectorStore'], texts: List[str], embedding: Embeddings, metadatas: Optional[List[dict]] = None, api_key: Optional[str] = None, db_url: Optional[str] = None, table_name: str = 'vectors', ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> 'XataVectorStore'