langchain/libs/community/tests/integration_tests
Jean-Philippe Dournel ebe38baaf9
community/mlx_pipeline: fix crash at mlx call (#29915)
- **Description:** 
Since mlx_lm 0.20, all calls to mlx crash due to deprecation of the way
parameters are passed to methods generate and generate_step.
Parameters top_p, temp, repetition_penalty and repetition_context_size
are not passed directly to those method anymore but wrapped into
"sampler" and "logit_processor".


- **Dependencies:** mlx_lm (optional)

-  **Tests:** 
I've had a new test to existing test file:
tests/integration_tests/llms/test_mlx_pipeline.py

---------

Co-authored-by: Jean-Philippe Dournel <jp@insightkeeper.io>
2025-02-21 09:14:53 -05:00
..
adapters all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
agent community[patch]: Release 0.2.11 (#24989) 2024-08-02 20:08:44 +00:00
cache cosmosdbnosql: Added Cosmos DB NoSQL Semantic Cache Integration with tests and jupyter notebook (#24424) 2024-12-16 21:57:05 -05:00
callbacks community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chains all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
chat_message_histories infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
chat_models community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 2024-03-31 20:51:31 +00:00
document_compressors community: add InfinityRerank (#27043) 2024-11-06 17:26:30 -08:00
document_loaders community[minor]: 05 - Refactoring PyPDFium2 parser (#29625) 2025-02-07 21:31:12 -05:00
document_transformers infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
embeddings community: fix some features on Naver ChatModel & embedding model 2 (#29243) 2025-01-20 11:01:03 -05:00
examples community[minor]: Refactoring PyMuPDF parser, loader and add image blob parsers (#29063) 2025-01-20 15:15:43 -05:00
graph_vectorstores community: fixed bug in GraphVectorStoreRetriever (#27846) 2024-11-04 20:27:17 +00:00
graphs community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
indexes community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
llms community/mlx_pipeline: fix crash at mlx call (#29915) 2025-02-21 09:14:53 -05:00
memory infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
prompts multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
retrievers community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
smith/evaluation multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
storage standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) 2024-11-18 19:10:39 -08:00
tools community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
utilities community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
vectorstores community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
.env.example community: add support for 'cloud' parameter in JiraAPIWrapper (#23057) 2024-07-05 15:11:10 +00:00
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 2024-01-17 18:18:26 -08:00
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_dalle.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_document_transformers.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_long_context_reorder.py community[patch]: deprecate langchain_community Chroma in favor of langchain_chroma (#24474) 2024-07-22 11:00:13 -04:00
test_nuclia_transformer.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_pdf_pagesplitter.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00