langchain/libs/partners/qdrant/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
..
integration_tests qdrant: test new QdrantVectorStore (#24165) 2024-07-12 23:59:30 +00:00
unit_tests qdrant: new Qdrant implementation (#24164) 2024-07-12 04:52:02 +02:00
__init__.py qdrant: init package (#21146) 2024-05-13 18:20:03 -07:00