shoom013 commited on
Commit
16ee4a8
·
verified ·
1 Parent(s): f14e98b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,12 +3,12 @@ import gradio as gr
3
  # from transformers.utils import logging
4
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader
5
  from llama_index.vector_stores.chroma import ChromaVectorStore
6
- from llama_index.core import StorageContext
 
7
  from llama_index.embeddings.huggingface import HuggingFaceEmbedding
8
  import torch
9
  from llama_index.core import (
10
  VectorStoreIndex,
11
- MetadataFilters,
12
  Document,
13
  Settings,
14
  )
 
3
  # from transformers.utils import logging
4
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader
5
  from llama_index.vector_stores.chroma import ChromaVectorStore
6
+ from llama_index.vector_stores import MetadataFilters
7
+ from llama_index.core import
8
  from llama_index.embeddings.huggingface import HuggingFaceEmbedding
9
  import torch
10
  from llama_index.core import (
11
  VectorStoreIndex,
 
12
  Document,
13
  Settings,
14
  )