Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return VectorStore initialized from texts and optional metadatas.
from_texts( cls, texts: List[str], embedding: Embeddings, metadatas: Optional[List[dict]] = None, db_url: str = '', collection_name: str = str(uuid.uuid4().hex), **kwargs: Any = {} ) -> PGVecto_rs