Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
from llama_index.core.indices.vector_store.base import VectorStoreIndex
|
| 2 |
from llama_index.vector_stores.qdrant import QdrantVectorStore
|
| 3 |
-
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 4 |
from llama_index.core import Settings
|
| 5 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, StorageContext
|
| 6 |
import qdrant_client
|
|
|
|
| 1 |
from llama_index.core.indices.vector_store.base import VectorStoreIndex
|
| 2 |
from llama_index.vector_stores.qdrant import QdrantVectorStore
|
|
|
|
| 3 |
from llama_index.core import Settings
|
| 4 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, StorageContext
|
| 5 |
import qdrant_client
|