Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
| 6 |
from datetime import datetime
|
| 7 |
from typing import List, Optional
|
| 8 |
import hashlib
|
| 9 |
-
from fastapi.
|
| 10 |
import chromadb
|
| 11 |
from chromadb.utils import embedding_functions
|
| 12 |
from fastapi import FastAPI, UploadFile, HTTPException, BackgroundTasks, Depends
|
|
|
|
| 6 |
from datetime import datetime
|
| 7 |
from typing import List, Optional
|
| 8 |
import hashlib
|
| 9 |
+
from fastapi.responses import RedirectResponse
|
| 10 |
import chromadb
|
| 11 |
from chromadb.utils import embedding_functions
|
| 12 |
from fastapi import FastAPI, UploadFile, HTTPException, BackgroundTasks, Depends
|