Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Mar 14, 2024
  2. 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
      Unverified
      61db9810
  3. Dec 14, 2023
  4. Dec 07, 2023
    • Timothy Carambat's avatar
      [Feature] AnythingLLM use locally hosted Llama.cpp and GGUF files for inferencing (#413) · 655ebd94
      Timothy Carambat authored
      * Implement use of native embedder (all-Mini-L6-v2)
      stop showing prisma queries during dev
      
      * Add native embedder as an available embedder selection
      
      * wrap model loader in try/catch
      
      * print progress on download
      
      * add built-in LLM support (expiermental)
      
      * Update to progress output for embedder
      
      * move embedder selection options to component
      
      * saftey checks for modelfile
      
      * update ref
      
      * Hide selection when on hosted subdomain
      
      * update documentation
      hide localLlama when on hosted
      
      * saftey checks for storage of models
      
      * update dockerfile to pre-build Llama.cpp bindings
      
      * update lockfile
      
      * add langchain doc comment
      
      * remove extraneous --no-metal option
      
      * Show data handling for private LLM
      
      * persist model in memory for N+1 chats
      
      * update import
      update dev comment on token model size
      
      * update primary README
      
      * chore: more readme updates and remove screenshots - too much to maintain, just use the app!
      
      * remove screeshot link
      Unverified
      655ebd94
  5. Dec 06, 2023
    • Timothy Carambat's avatar
      Add built-in embedding engine into AnythingLLM (#411) · 88cdd8c8
      Timothy Carambat authored
      * Implement use of native embedder (all-Mini-L6-v2)
      stop showing prisma queries during dev
      
      * Add native embedder as an available embedder selection
      
      * wrap model loader in try/catch
      
      * print progress on download
      
      * Update to progress output for embedder
      
      * move embedder selection options to component
      
      * forgot import
      
      * add Data privacy alert updates for local embedder
      Unverified
      88cdd8c8
Loading