Prat0 commited on
Commit
7c4bce0
·
verified ·
1 Parent(s): e85b015

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import FastAPI, HTTPException
2
  from pydantic import BaseModel
3
  import os
4
- import dotenv
5
  from llama_index.core.indices.vector_store.base import VectorStoreIndex
6
  from llama_index.vector_stores.qdrant import QdrantVectorStore
7
  from llama_index.embeddings.fastembed import FastEmbedEmbedding
 
1
  from fastapi import FastAPI, HTTPException
2
  from pydantic import BaseModel
3
  import os
4
+ from dotenv import load_dotenv
5
  from llama_index.core.indices.vector_store.base import VectorStoreIndex
6
  from llama_index.vector_stores.qdrant import QdrantVectorStore
7
  from llama_index.embeddings.fastembed import FastEmbedEmbedding