langchain/tests/integration_tests
Ankush Gola c1521ddbdb
Add workaround for not having async vector store methods (#2733)
This allows us to use the async API for the Retrieval chains, though it is not guaranteed to be thread safe.
2023-04-11 18:49:08 -07:00
..
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2023-03-11 15:44:41 -08:00
chat_models (ChatOpenAI) Add model_name to LLMResult.llm_output (#1960) 2023-03-24 08:51:16 -07:00
document_loaders Added bilibili loader (#2673) (#2724) 2023-04-11 10:40:32 -07:00
embeddings Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
examples Harrison/msg files (#2375) 2023-04-04 06:48:34 -07:00
llms Add support for rwkv (#2422) 2023-04-06 14:41:06 -07:00
memory Harrison/memory base (#2122) 2023-03-29 10:10:09 -07:00
vectorstores Add workaround for not having async vector store methods (#2733) 2023-04-11 18:49:08 -07:00
__init__.py
conftest.py feat: add pytest-vcr for recording HTTP interactions in integration tests (#2445) 2023-04-07 07:28:57 -07:00
test_googlesearch_api.py Fix a bug that shows "KeyError 'items'" (#1118) 2023-02-17 13:04:02 -08:00
test_googleserper_api.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2023-02-15 22:47:17 -08:00
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