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/tests/integration_tests/vectorstores
cs0lar 3033c6b964
fixes #1214 (#3003)
### Background

Continuing to implement all the interface methods defined by the
`VectorStore` class. This PR pertains to implementation of the
`max_marginal_relevance_search_by_vector` method.

### Changes

- a `max_marginal_relevance_search_by_vector` method implementation has
been added in `weaviate.py`
- tests have been added to the the new method
- vcr cassettes have been added for the weaviate tests

### Test Plan

Added tests for the `max_marginal_relevance_search_by_vector`
implementation

### Change Safety

- [x] I have added tests to cover my changes
1 year ago
..
cassettes fixes #1214 (#3003) 1 year ago
docker-compose Fix/issue 1213 (#2932) 1 year ago
fixtures
__init__.py
conftest.py [minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927) 1 year ago
fake_embeddings.py
test_analyticdb.py Add a full PostgresSQL syntax database 'AnalyticDB' as vector store. (#3135) 1 year ago
test_annoy.py Add Annoy as VectorStore (#2939) 1 year ago
test_atlas.py
test_chroma.py
test_deeplake.py Deep Lake mini upgrades (#3375) 1 year ago
test_elasticsearch.py feat: improve pinecone tests (#2806) 1 year ago
test_faiss.py Add similarity_search_with_normalized_similarities (#2916) 1 year ago
test_milvus.py Refactor Milvus/Zilliz (#3047) 1 year ago
test_myscale.py Harrison/myscale (#3352) 1 year ago
test_opensearch.py OpenSearch: Add Support for Lucene Filter (#3201) 1 year ago
test_pgvector.py
test_pinecone.py feat: improve pinecone tests (#2806) 1 year ago
test_qdrant.py
test_redis.py
test_weaviate.py fixes #1214 (#3003) 1 year ago
test_zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago