langchain/tests/integration_tests
cs0lar 8b9e02da9d
Fix/issue 1213 (#2932)
### Background

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

### Changes

- a `max_marginal_relevance_search` 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` implementation

### Change Safety

- [x] I have added tests to cover my changes
2023-04-16 13:11:30 -07:00
..
cache Harrison/gpt cache (#2744) 2023-04-12 14:16:58 -07:00
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2023-03-11 15:44:41 -08:00
chat_models Fix ChatAnthropic stop_sequences error (#2919) (#2920) 2023-04-14 17:22:01 -07:00
document_loaders Add Slack Directory Loader (#2841) 2023-04-13 21:31:59 -07:00
embeddings Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
examples Add Slack Directory Loader (#2841) 2023-04-13 21:31:59 -07:00
llms Add Anthropic ChatModel to langchain (#2293) 2023-04-14 15:09:07 -07:00
memory Harrison/memory base (#2122) 2023-03-29 10:10:09 -07:00
vectorstores Fix/issue 1213 (#2932) 2023-04-16 13:11:30 -07:00
__init__.py
.env.example feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
conftest.py feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
test_googlesearch_api.py
test_googleserper_api.py
test_ngram_overlap_example_selector.py
test_nlp_text_splitters.py
test_openweathermap.py Add OpenWeatherMap API Tool (#2083) 2023-03-28 12:02:14 -07:00
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2023-03-13 23:06:50 -07:00
test_serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
test_text_splitter.py
test_wikipedia_api.py Modify output for wikipedia api wrapper (#2287) 2023-04-02 14:00:27 -07:00
test_wolfram_alpha_api.py