Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create an Astra DB vectorstore from a document list.
Utility method that defers to 'from_texts' (see that one).
from_documents( cls: Type[ADBVST], documents: List[Document], embedding: Embeddings, **kwargs: Any = {} ) -> ADBVST