1MR commited on
Commit
832954e
·
verified ·
1 Parent(s): 5182e36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
- from llama_index import VectorStoreIndex, ServiceContext
 
3
  from llama_index.embeddings import HuggingFaceEmbedding
4
  from llama_index.llms import HuggingFaceInferenceAPI
5
  from llama_index.schema import Document
 
1
  import streamlit as st
2
+ from llama_index import ServiceContext
3
+ from llama_index import GPTVectorStoreIndex as VectorStoreIndex
4
  from llama_index.embeddings import HuggingFaceEmbedding
5
  from llama_index.llms import HuggingFaceInferenceAPI
6
  from llama_index.schema import Document