You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api-1 | /usr/local/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:139: LangChainDeprecationWarning: The class HuggingFaceEmbeddingswas deprecated in LangChain 0.2.2 and will be removed in 0.3.0. An updated version of the class exists in the langchain-huggingface package and should be used instead. To use it runpip install -U langchain-huggingfaceand import asfrom langchain_huggingface import HuggingFaceEmbeddings. api-1 | warn_deprecated( Gracefully stopping... (press Ctrl+C again to force) dependency failed to start: container genai-stack-api-1 is unhealthy
I found that this class is not imported in code, so I don't know how to solve this issue.
The text was updated successfully, but these errors were encountered:
api-1 | /usr/local/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:139: LangChainDeprecationWarning: The class
HuggingFaceEmbeddingswas deprecated in LangChain 0.2.2 and will be removed in 0.3.0. An updated version of the class exists in the langchain-huggingface package and should be used instead. To use it run
pip install -U langchain-huggingfaceand import as
from langchain_huggingface import HuggingFaceEmbeddings. api-1 | warn_deprecated( Gracefully stopping... (press Ctrl+C again to force) dependency failed to start: container genai-stack-api-1 is unhealthy
I found that this class is not imported in code, so I don't know how to solve this issue.
The text was updated successfully, but these errors were encountered: