mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
## Description This PR adds integration tests to follow up on #24164. By default, the tests use an in-memory instance. To run the full suite of tests, with both in-memory and Qdrant server: ``` $ docker run -p 6333:6333 qdrant/qdrant $ make test $ make integration_test ``` --------- Co-authored-by: Erick Friis <erick@langchain.dev> |
||
---|---|---|
.. | ||
async_api | ||
fastembed | ||
qdrant_vector_store | ||
__init__.py | ||
common.py | ||
conftest.py | ||
fixtures.py | ||
test_add_texts.py | ||
test_compile.py | ||
test_embedding_interface.py | ||
test_from_existing_collection.py | ||
test_from_texts.py | ||
test_max_marginal_relevance.py | ||
test_similarity_search.py |