Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,6 @@ 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.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 (
|
|
|
|
| 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.embeddings.huggingface import HuggingFaceEmbedding
|
| 8 |
import torch
|
| 9 |
from llama_index.core import (
|