anything-llm/server
Timothy Carambat c4eb46ca19
Upload and process documents via UI + document processor in docker image (#65)
* implement dnd uploader
show file upload progress
write files to hotdirector
build simple flaskAPI to process files one off

* move document processor calls to util
build out dockerfile to run both procs at the same time
update UI to check for document processor before upload
* disable pragma update on boot
* dockerfile changes

* add filetype restrictions based on python app support response and show rejected files in the UI

* cleanup

* stub migrations on boot to prevent exit condition

* update CF template for AWS deploy
2023-06-16 16:01:27 -07:00
..
endpoints Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
models Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
storage Docker support (#34) 2023-06-13 11:26:11 -07:00
utils Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
.env.example resolves #14 (#15) 2023-06-09 12:59:22 -07:00
.gitignore update package scripts 2023-06-13 13:19:17 -07:00
.nvmrc Implement Chroma Support (#1) 2023-06-07 21:31:35 -07:00
index.js Implement Workspace-specific setting configs + other technical features (#58) 2023-06-14 23:12:59 -07:00
package.json Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00
yarn.lock Upload and process documents via UI + document processor in docker image (#65) 2023-06-16 16:01:27 -07:00