Ask a question to get started
Enter to send•Shift+Enter new line
Create a VectorStore index from a list of documents.
VectorStore
from_documents( self, documents: list[Document], ) -> VectorStoreIndexWrapper
documents
list[Document]
A list of Document objects.
Document