Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from pydantic import BaseModel
|
3 |
import os
|
4 |
-
import
|
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
|