Files
langchain/tests/integration_tests
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
2023-04-24 11:50:55 -07:00
..
2023-04-12 14:16:58 -07:00
2023-03-29 10:10:09 -07:00
2023-04-21 15:49:46 -07:00
2023-04-24 11:50:55 -07:00
2022-10-24 14:51:15 -07:00