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/cassettes/test_weaviate
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
..
TestWeaviate.test_max_marginal_relevance_search.yaml fixes #1214 (#3003) 1 year ago
TestWeaviate.test_max_marginal_relevance_search_by_vector.yaml fixes #1214 (#3003) 1 year ago
TestWeaviate.test_similarity_search_with_metadata.yaml fixes #1214 (#3003) 1 year ago
TestWeaviate.test_similarity_search_without_metadata.yaml fixes #1214 (#3003) 1 year ago