shoom013 commited on
Commit
2da2d21
·
verified ·
1 Parent(s): fc89512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader
5
  from llama_index.vector_stores.chroma import ChromaVectorStore
6
  from llama_index.core.vector_stores import (MetadataFilters, ExactMatchFilter, )
7
- from llama_index.embeddings.huggingface_api import HuggingFaceEmbedding
8
  import torch
9
  from llama_index.core import (
10
  VectorStoreIndex,
 
4
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader
5
  from llama_index.vector_stores.chroma import ChromaVectorStore
6
  from llama_index.core.vector_stores import (MetadataFilters, ExactMatchFilter, )
7
+ from llama_index.embeddings.huggingface import HuggingFaceEmbedding
8
  import torch
9
  from llama_index.core import (
10
  VectorStoreIndex,