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
chains
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
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
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_nlp_text_splitters.py
test_pdf_pagesplitter.py
test_text_splitter.py