mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
rag tool finalizing
This commit is contained in:
parent
a9d3987609
commit
9c8703cd7c
4 changed files with 258 additions and 319 deletions
|
|
@ -31,7 +31,7 @@ class Message(ApiHandler):
|
|||
attachment_paths = []
|
||||
|
||||
upload_folder_int = "/a0/tmp/uploads"
|
||||
upload_folder_ext = files.get_abs_path("tmp/uploads")
|
||||
upload_folder_ext = files.get_abs_path("tmp/uploads") # for development environment
|
||||
|
||||
if attachments:
|
||||
os.makedirs(upload_folder_ext, exist_ok=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue