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 fix: elasticsearch (#2402) 1 year ago
__init__.py add few shot example (#148) 2 years ago
conftest.py [minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927) 1 year ago
fake_embeddings.py Propagate "filter" arg in Chroma similarity_search (#1869) 1 year ago
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 Harrison/atlas db (#1315) 1 year ago
test_chroma.py Add workaround for not having async vector store methods (#2733) 1 year ago
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 Removed duplicate BaseModel dependencies (#2471) 1 year ago
test_pinecone.py feat: improve pinecone tests (#2806) 1 year ago
test_qdrant.py Qdrant update to 1.1.1 & docs polishing (#2388) 1 year ago
test_redis.py feat: add redisearch vectorstore (#1307) 1 year ago
test_weaviate.py fixes #1214 (#3003) 1 year ago
test_zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago