Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from fastapi import FastAPI, Request
|
|
3 |
from doc_searcher import DocSearcher
|
4 |
from suggestion_searcher import SuggestionSearcher
|
5 |
from huggingface_hub import login
|
6 |
-
from config import HUGGING_FACE_API_KEY, COLLECTION_NAME, API_KEY, COLLECTION_NAME_SUGGESTION
|
7 |
from fastapi.responses import StreamingResponse
|
8 |
import httpx
|
9 |
|
|
|
3 |
from doc_searcher import DocSearcher
|
4 |
from suggestion_searcher import SuggestionSearcher
|
5 |
from huggingface_hub import login
|
6 |
+
from config import HUGGING_FACE_API_KEY, COLLECTION_NAME, API_KEY, COLLECTION_NAME_SUGGESTION
|
7 |
from fastapi.responses import StreamingResponse
|
8 |
import httpx
|
9 |
|