mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Added new routes for deleting file from the ingested files
This commit is contained in:
parent
93b3c4f574
commit
71999eb150
12 changed files with 243 additions and 153 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
from pathlib import Path
|
||||
|
||||
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]
|
||||
UPLOAD_DIR = rf"C:\Users\Dbuser\QuickGPT\backend\privateGPT\private_gpt\uploads"
|
||||
UPLOAD_DIR = os.path.join(os.getcwd(), "uploads")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue