langchain/tests/integration_tests
Harrison Chase a6664be79c
Harrison/myscale (#3352)
Co-authored-by: Fangrui Liu <fangruil@moqi.ai>
Co-authored-by: 刘 方瑞 <fangrui.liu@outlook.com>
Co-authored-by: Fangrui.Liu <fangrui.liu@ubc.ca>
2023-04-22 09:17:38 -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 PythonLoader which auto-detects encoding of Python files (#3311) 2023-04-21 10:47:57 -07:00
embeddings Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
examples Add PythonLoader which auto-detects encoding of Python files (#3311) 2023-04-21 10:47:57 -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
prompts Cleanup integration test dir (#3308) 2023-04-21 09:44:09 -07:00
retrievers Contextual compression retriever (#2915) 2023-04-20 17:01:14 -07:00
utilities Fix linting on master (#3327) 2023-04-21 15:49:46 -07:00
vectorstores Harrison/myscale (#3352) 2023-04-22 09:17:38 -07:00
__init__.py
.env.example Change in method name for creating an issue on JIRA (#3307) 2023-04-21 13:01:33 -07:00
conftest.py feat: improve pinecone tests (#2806) 2023-04-13 21:49:31 -07:00
test_document_transformers.py Contextual compression retriever (#2915) 2023-04-20 17:01:14 -07:00
test_nlp_text_splitters.py
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2023-03-13 23:06:50 -07:00
test_text_splitter.py