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
Davit Buniatyan 2c0023393b
Deep Lake mini upgrades (#3375)
Improvements
* set default num_workers for ingestion to 0
* upgraded notebooks for avoiding dataset creation ambiguity
* added `force_delete_dataset_by_path`
* bumped deeplake to 3.3.0
* creds arg passing to deeplake object that would allow custom S3

Notes
* please double check if poetry is not messed up (thanks!)

Asks
* Would be great to create a shared slack channel for quick questions

---------

Co-authored-by: Davit Buniatyan <d@activeloop.ai>
1 year ago
..
cache Harrison/gpt cache (#2744) 2 years ago
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2 years ago
chat_models Fix ChatAnthropic stop_sequences error (#2919) (#2920) 1 year ago
document_loaders Several confluence loader improvements (#3300) 1 year ago
embeddings Add Sentence Transformers Embeddings (#3409) 1 year ago
examples Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
llms Add Anthropic ChatModel to langchain (#2293) 1 year ago
memory Harrison/memory base (#2122) 2 years ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers Contextual compression retriever (#2915) 1 year ago
utilities Fix linting on master (#3327) 1 year ago
vectorstores Deep Lake mini upgrades (#3375) 1 year ago
.env.example Change in method name for creating an issue on JIRA (#3307) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 2 years ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2 years ago
test_text_splitter.py Add alternative token-based text splitter (#816) 2 years ago