anything-llm/server/utils/files
Timothy Carambat 719521c307
Document Processor v2 (#442)
* wip: init refactor of document processor to JS

* add NodeJs PDF support

* wip: partity with python processor
feat: add pptx support

* fix: forgot files

* Remove python scripts totally

* wip:update docker to boot new collector

* add package.json support

* update dockerfile for new build

* update gitignore and linting

* add more protections on file lookup

* update package.json

* test build

* update docker commands to use cap-add=SYS_ADMIN so web scraper can run
update all scripts to reflect this
remove docker build for branch
2023-12-14 15:14:56 -08:00
..
data.js Enabled importing and exporting of entire AnythingLLM instance data (#146) 2023-07-14 17:32:30 -07:00
documentProcessor.js Document Processor v2 (#442) 2023-12-14 15:14:56 -08:00
index.js add ability to purge document from custom documents as well as cleanup its associated cache file (#113) 2023-06-26 17:20:09 -07:00
logo.js Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00
multer.js patch: fix non-latin filenames being encoded improperly during upload and chat (#432) 2023-12-12 16:07:23 -08:00
pfp.js feat: implement questionnaire during onboarding (optional) (#429) 2023-12-12 13:11:32 -08:00
purgeDocument.js add ability to purge document from custom documents as well as cleanup its associated cache file (#113) 2023-06-26 17:20:09 -07:00