mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 16:15:00 +00:00
move llama core into hf-embed
This commit is contained in:
parent
504a72b5cb
commit
9e3eb4fce5
8 changed files with 26 additions and 113 deletions
|
@ -110,9 +110,8 @@ class Help:
|
|||
if pip_install:
|
||||
utils.pip_install(pip_install_cmd)
|
||||
|
||||
from llama_index.core import Settings
|
||||
|
||||
try:
|
||||
from llama_index.core import Settings
|
||||
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
||||
except ImportError:
|
||||
raise PipInstallHF(pip_install_error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue