mirror of
https://github.com/imartinez/privateGPT.git
synced 2026-05-18 13:46:02 +00:00
Separate local mode into llms-llama-cpp and embeddings-huggingface for clarity
This commit is contained in:
@@ -25,6 +25,6 @@ runs:
|
||||
python-version: ${{ inputs.python_version }}
|
||||
cache: "poetry"
|
||||
- name: Install Dependencies
|
||||
run: poetry install --extras "ui qdrant" --no-root
|
||||
run: poetry install --extras "ui vector-stores-qdrant" --no-root
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user