Parameter | Type | Description |
---|---|---|
documents | List[Document] | List of LangChain Document objects |
embedding | Union[str, Embeddings, SentenceTransformer] | Embedding model or model name |
**kwargs | Any | Additional arguments passed to from_texts |
CyborgVectorStore
: Initialized vector store with documents added