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
From what I was reading in the 0.4.0 changelog #1663 the "local" extra is now ambiguous between ollama and llamacpp so I'm guessing why local is not an extra because you would load specifically one of those two.
Followling the documentation for latest release provided here: https://privategpt-preview-6a152c47-279e-4440-9411-1fdfe2846943.docs.buildwithfern.com/installation/getting-started/installation, when I run this command:
poetry install --extras "ui local qdrant"
I get,
Extra [local] is not specified
I tried all 3 separately and only
ui
works. Seems ui is working because it is specified in pyproject.toml[tool.poetry.extras] ui = ["gradio"]
Any suggestion?
The text was updated successfully, but these errors were encountered: