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