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