langchain/libs/partners/qdrant/tests/integration_tests
Anush a653b209ba
qdrant: test new QdrantVectorStore (#24165)
## 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>
2024-07-12 23:59:30 +00:00
..
async_api infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
fastembed qdrant: new Qdrant implementation (#24164) 2024-07-12 04:52:02 +02:00
qdrant_vector_store qdrant: test new QdrantVectorStore (#24165) 2024-07-12 23:59:30 +00:00
__init__.py qdrant: init package (#21146) 2024-05-13 18:20:03 -07:00
common.py qdrant: test new QdrantVectorStore (#24165) 2024-07-12 23:59:30 +00:00
conftest.py qdrant: test new QdrantVectorStore (#24165) 2024-07-12 23:59:30 +00:00
fixtures.py qdrant: test new QdrantVectorStore (#24165) 2024-07-12 23:59:30 +00:00
test_add_texts.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_compile.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_embedding_interface.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_from_existing_collection.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_from_texts.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_max_marginal_relevance.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_similarity_search.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00