langchain/libs/community/tests
Christophe Bornet 744070ee85
Add async methods for the AstraDB VectorStore (#16391)
- **Description**: fully async versions are available for astrapy 0.7+.
For older astrapy versions or if the user provides a sync client without
an async one, the async methods will call the sync ones wrapped in
`run_in_executor`
  - **Twitter handle:** cbornet_
2024-01-29 20:22:25 -08:00
..
examples community[minor]: New documents loader for visio files (with extension .vsdx) (#16171) 2024-01-22 22:07:03 -08:00
integration_tests Add async methods for the AstraDB VectorStore (#16391) 2024-01-29 20:22:25 -08:00
unit_tests community: add support for callable filters in FAISS (#16190) 2024-01-29 20:05:56 -08:00
__init__.py