Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing
aadd_documents
to avoid Recursion Error (#29)
A `RecursionError` was being thrown because `aadd_document` was calling `aadd_texts` without any changes in its implementation from `add_documents`. To resolve this, `aadd_document` was removed, preventing the `RecursionError`, and the base method from `VectorStore` is now used instead. Takes care of the following issue: langchain-ai/langchain#28727
- Loading branch information