Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ import chromadb
|
|
| 11 |
|
| 12 |
from llama_index.llms.mistralai import MistralAI
|
| 13 |
from llama_index.embeddings.mistralai import MistralAIEmbedding
|
| 14 |
-
from llama_index.vector_stores import ChromaVectorStore
|
| 15 |
from llama_index.vector_stores.chroma import ChromaVectorStore
|
| 16 |
|
| 17 |
title = "Gaia Mistral Chat RAG PDF Demo"
|
|
|
|
| 11 |
|
| 12 |
from llama_index.llms.mistralai import MistralAI
|
| 13 |
from llama_index.embeddings.mistralai import MistralAIEmbedding
|
|
|
|
| 14 |
from llama_index.vector_stores.chroma import ChromaVectorStore
|
| 15 |
|
| 16 |
title = "Gaia Mistral Chat RAG PDF Demo"
|