Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import os
|
|
| 3 |
from llama_index.core.indices.vector_store.base import VectorStoreIndex
|
| 4 |
from llama_index.vector_stores.qdrant import QdrantVectorStore
|
| 5 |
from llama_index.embeddings.fastembed import FastEmbedEmbedding
|
| 6 |
-
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 7 |
from llama_index.core import Settings
|
| 8 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, StorageContext
|
| 9 |
import qdrant_client
|
|
|
|
| 3 |
from llama_index.core.indices.vector_store.base import VectorStoreIndex
|
| 4 |
from llama_index.vector_stores.qdrant import QdrantVectorStore
|
| 5 |
from llama_index.embeddings.fastembed import FastEmbedEmbedding
|
|
|
|
| 6 |
from llama_index.core import Settings
|
| 7 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, StorageContext
|
| 8 |
import qdrant_client
|