Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. May 22, 2024
  2. Apr 01, 2024
  3. Feb 29, 2024
  4. Feb 26, 2024
  5. Jan 17, 2024
    • Timothy Carambat's avatar
      570 document api return object (#608) · b35feede
      Timothy Carambat authored
      * Add support for fetching single document in documents folder
      
      * Add document object to upload + support link scraping via API
      
      * hotfixes for documentation
      
      * update api docs
      b35feede
  6. Dec 15, 2023
    • Timothy Carambat's avatar
      feat: Embed on-instance Whisper model for audio/mp4 transcribing (#449) · 61db9810
      Timothy Carambat authored
      * feat: Embed on-instance Whisper model for audio/mp4 transcribing
      resolves #329
      
      * additional logging
      
      * add placeholder for tmp folder in collector storage
      Add cleanup of hotdir and tmp on collector boot to prevent hanging files
      split loading of model and file conversion into concurrency
      
      * update README
      
      * update model size
      
      * update supported filetypes
      61db9810
  7. 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
      719521c3
Loading