langchain/libs/community/langchain_community
Prince Canuma 3587c60396
community[patch]: Fix MLX LLM Stream (#20575)
Closes #20561

This PR fixes MLX LLM stream `AttributeError`. 

Recently, `mlx-lm` changed the token decoding logic, which affected the
LC+MLX integration.

Additionally, I made minor fixes such as: docs example broken link and
enforcing pipeline arguments (max_tokens, temp and etc) for invoke.
   
- **Issue:** #20561
    
- **Twitter handle:** @Prince_Canuma
2024-05-20 17:17:08 -07:00
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
agent_toolkits langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2024-05-16 17:24:27 -04:00
callbacks community[patch]: Update UpTrain Callback Handler to support the new UpTrain evaluation schema (#21656) 2024-05-20 17:06:00 -07:00
chains langchain[minor]: Add PebbloRetrievalQA chain with Identity & Semantic Enforcement support (#20641) 2024-05-15 13:14:52 +00:00
chat_loaders community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
chat_message_histories community[patch]: chat message history mypy fixes #17048 (#20114) 2024-05-06 22:17:45 +00:00
chat_models community[patch]: standardized sparkllm init args (#21633) 2024-05-20 17:11:36 -07:00
cross_encoders multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
docstore multiple: Remove unnecessary Ruff suppression comments (#21050) 2024-04-30 17:13:48 +00:00
document_compressors Harrison/move flashrank rerank (#21448) 2024-05-15 13:08:52 -07:00
document_loaders community[patch]: Remove redundant pebblo cloud api call (#21589) 2024-05-20 17:15:16 -07:00
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 2024-05-08 14:45:13 -07:00
embeddings community[patch]: fixed aleph alpha default emedding request (#21826) 2024-05-20 22:39:43 +00:00
example_selectors
graphs community[patch]: Fix neo4j enhanced schema (#21582) 2024-05-13 15:26:06 -04:00
indexes community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
llms community[patch]: Fix MLX LLM Stream (#20575) 2024-05-20 17:17:08 -07:00
memory langchain[patch],community[minor]: Migrate memory implementations to community (#20845) 2024-05-02 10:46:50 -04:00
output_parsers
query_constructors multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
retrievers community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
storage (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 2024-05-03 14:29:36 -04:00
tools community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
utilities community[patch]: update apify integration to attribute API activity to langchain (#21909) 2024-05-20 14:49:23 -07:00
utils community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
vectorstores community: enable SupabaseVectorStore to support extended table fields (#21762) 2024-05-20 16:32:26 -07:00
__init__.py
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 2024-05-16 17:22:24 +00:00
py.typed