Prat0 commited on
Commit
922da74
·
verified ·
1 Parent(s): 2e3951e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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