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