shoom013 commited on
Commit
6d00d79
·
verified ·
1 Parent(s): 0738f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ 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.vector_stores import MetadataFilters
7
  from llama_index.embeddings.huggingface import HuggingFaceEmbedding
8
  import torch
9
  from llama_index.core import (
 
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.vector_stores import (MetadataFilters, ExactMatchFilter, )
7
  from llama_index.embeddings.huggingface import HuggingFaceEmbedding
8
  import torch
9
  from llama_index.core import (