Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,7 @@ from llama_index.core import (
|
|
11 |
Document,
|
12 |
Settings,
|
13 |
)
|
14 |
-
from llama_index.llms.huggingface import (HuggingFaceLLM, )
|
15 |
-
from llama_index.llms.huggingface.api import (HuggingFaceInferenceAPI, )
|
16 |
from llama_index.core.base.llms import ChatMessage
|
17 |
from huggingface_hub import login
|
18 |
import chromadb as chromadb
|
|
|
11 |
Document,
|
12 |
Settings,
|
13 |
)
|
14 |
+
from llama_index.llms.huggingface import (HuggingFaceLLM, HuggingFaceInferenceAPI, )
|
|
|
15 |
from llama_index.core.base.llms import ChatMessage
|
16 |
from huggingface_hub import login
|
17 |
import chromadb as chromadb
|