Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -10,7 +10,7 @@ import os
|
|
| 10 |
load_dotenv()
|
| 11 |
from gliner import GLiNER
|
| 12 |
from groq import Groq
|
| 13 |
-
from vectordb_utils import search_vectordb, init_qdrant_collection
|
| 14 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 15 |
app = FastAPI()
|
| 16 |
templates = Jinja2Templates(directory="templates")
|
|
|
|
| 10 |
load_dotenv()
|
| 11 |
from gliner import GLiNER
|
| 12 |
from groq import Groq
|
| 13 |
+
from vectordb_utils import search_vectordb, init_qdrant_collection,populate_vectordb_from_hf
|
| 14 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 15 |
app = FastAPI()
|
| 16 |
templates = Jinja2Templates(directory="templates")
|