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
Pip install blocks in Mosaic-AI-Agents-10-Minute-Demo.py and sample_rag_chain.py fail due to below reason:
The lates version of databricks-vectorsearch requires protobuf == 5.28.3, however, databricks-feature-engineering 0.8.0 requires protobuf<5,>=3.12.0 and tensorboard-plugin-profile 2.18.0 requires protobuf<5.0.0dev,>=3.19.6.
Solution:
The workaround is to specify an older version of databricks-vectorsearch (eg, 0.45) to resolve the conflict:
The text was updated successfully, but these errors were encountered:
aminmovahed-db
changed the title
There is a dependency conflict for packages installed in quick_start_demo (Release 0.2.0)
There is a dependency conflict in packages installed in quick_start_demo (Release 0.2.0)
Feb 7, 2025
Issue:
Pip install blocks in Mosaic-AI-Agents-10-Minute-Demo.py and sample_rag_chain.py fail due to below reason:
The lates version of databricks-vectorsearch requires protobuf == 5.28.3, however, databricks-feature-engineering 0.8.0 requires protobuf<5,>=3.12.0 and tensorboard-plugin-profile 2.18.0 requires protobuf<5.0.0dev,>=3.19.6.
Solution:
The workaround is to specify an older version of databricks-vectorsearch (eg, 0.45) to resolve the conflict:
%pip install -U -qqqq databricks-agents mlflow mlflow-skinny databricks-sdk databricks-vectorsearch==0.45 langchain==0.2.11 langchain_core==0.2.23 langchain_community==0.2.10
The text was updated successfully, but these errors were encountered: