shoom013 commited on
Commit
e81181e
1 Parent(s): add9b44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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