Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Dec 15, 2023
  2. Dec 14, 2023
    • Timothy Carambat's avatar
      Document Processor v2 (#442) · 719521c3
      Timothy Carambat authored
      * 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
      Unverified
      719521c3
  3. Dec 13, 2023
  4. Dec 11, 2023
  5. Nov 17, 2023
  6. Nov 16, 2023
  7. Nov 15, 2023
  8. Nov 01, 2023
  9. Oct 30, 2023
  10. Sep 29, 2023
  11. Sep 18, 2023
  12. Aug 14, 2023
  13. Aug 04, 2023
  14. Jul 06, 2023
  15. Jul 05, 2023
  16. Jun 26, 2023
    • mplawner's avatar
      Added mbox support (#106) · 3efe55a7
      mplawner authored
      * Update filetypes.py
      
      Added mbox format
      
      * Created new file
      
      Added support for mbox files as used by many email services, including Google Takeout's Gmail archive.
      
      * Update filetypes.py
      
      * Update as_mbox.py
      Unverified
      3efe55a7
  17. Jun 19, 2023
  18. Jun 18, 2023
  19. Jun 17, 2023
  20. Jun 16, 2023
    • Timothy Carambat's avatar
      Upload and process documents via UI + document processor in docker image (#65) · c4eb46ca
      Timothy Carambat authored
      * 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
      Unverified
      c4eb46ca
    • AntonioCiolino's avatar
      Update __HOTDIR__.md (#70) · 537a6a91
      AntonioCiolino authored
      fixed typo for text.
      Unverified
      537a6a91
  21. Jun 15, 2023
  22. Jun 14, 2023
  23. Jun 13, 2023
    • frasergr's avatar
      Docker support (#34) · 9f33b3df
      frasergr authored
      * Updates for Linux for frontend/server
      
      * frontend/server docker
      
      * updated Dockerfile for deps related to node vectordb
      
      * updates for collector in docker
      
      * docker deps for ODT processing
      
      * ignore another collector dir
      
      * storage mount improvements; run as UID
      
      * fix pypandoc version typo
      
      * permissions fixes
      Unverified
      9f33b3df
  24. Jun 12, 2023
  25. Jun 09, 2023
  26. Jun 04, 2023
Loading