You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/tests
Christophe Bornet 00614f332a
community[minor]: Add InMemoryVectorStore (#19326)
This is a basic VectorStore implementation using an in-memory dict to
store the documents.
It doesn't need any extra/optional dependency as it uses numpy which is
already a dependency of langchain.
This is useful for quick testing, demos, examples.
Also it allows to write vendor-neutral tutorials, guides, etc...
6 months ago
..
examples community[minor]: Add `SQLDatabaseLoader` document loader (#18281) 7 months ago
integration_tests community: add Couchbase Vector Store (#18994) 7 months ago
unit_tests community[minor]: Add InMemoryVectorStore (#19326) 6 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
data.py community[minor]: Add `SQLDatabaseLoader` document loader (#18281) 7 months ago