docs/integrations/chat/deepseek/ #29503
Replies: 4 comments 5 replies
-
Whenever I am trying to install I am getting this error. ERROR: Could not find a version that satisfies the requirement langchain-deepseek-official (from versions: none) |
Beta Was this translation helpful? Give feedback.
-
I am unable to add this package to my LangGraph app because it causes unsolvable package conflicts with pip dependencies. I've tried resolving the conflicts, but pip fails to find a compatible set of dependencies. Are there any workarounds or alternative approaches to make this package work within my LangGraph setup? |
Beta Was this translation helpful? Give feedback.
-
Any timelines on support for running this model locally? |
Beta Was this translation helpful? Give feedback.
-
Hi , I am developing a chatbot using Deepseek, so I used langchain_deepseek package. ../langchain_deepseek/chat_models.py (Importing openai package in deepseek package) That's exactly why I guess the error below occurs. how can I fix this? |
Beta Was this translation helpful? Give feedback.
-
docs/integrations/chat/deepseek/
This will help you getting started with DeepSeek's hosted chat models. For detailed documentation of all ChatDeepSeek features and configurations head to the API reference.
https://python.langchain.com/docs/integrations/chat/deepseek/
Beta Was this translation helpful? Give feedback.
All reactions