afrom_documents(
cls,
documents: list[Document],
embedding: Embeddings,
**kwargs: Any| Name | Type | Description |
|---|---|---|
documents* | list[Document] | |
embedding* | Embeddings | |
**kwargs | Any | Default: {} |
Async return VectorStore initialized from documents and embeddings.
List of Document objects to add to the VectorStore.
Embedding function to use.
Additional keyword arguments.