Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Dec 14, 2023
  2. Dec 13, 2023
  3. Dec 12, 2023
  4. Dec 11, 2023
  5. Dec 08, 2023
  6. Dec 07, 2023
    • timothycarambat's avatar
    • 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
      655ebd94
    • timothycarambat's avatar
      chore: remove unused NO_DEBUG env · fecfb0fa
      timothycarambat authored
      fecfb0fa
    • Sean Hatfield's avatar
      Add user PFP support and context to logo (#408) · fcb591d3
      Sean Hatfield authored
      
      * fix sizing of onboarding modals & lint
      
      * fix extra scrolling on mobile onboarding flow
      
      * added message to use desktop for onboarding
      
      * linting
      
      * add arrow to scroll to bottom (debounced) and fix chat scrolling to always scroll to very bottom on message history change
      
      * fix for empty chat
      
      * change mobile alert copy
      
      * WIP adding PFP upload support
      
      * WIP pfp for users
      
      * edit account menu complete with change username/password and upload profile picture
      
      * add pfp context to update all instances of usePfp hook on update
      
      * linting
      
      * add context for logo change to immediately update logo
      
      * fix div with bullet points to use list-disc instead
      
      * fix: small changes
      
      * update multer file storage locations
      
      * fix: use STORAGE_DIR for filepathing
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      fcb591d3
    • Timothy Carambat's avatar
      chore: add @ as alias for frontend root (#414) · f48e6b1a
      Timothy Carambat authored
      * chore: add @ as alias for frontend root
      
      * fix: remove bad tag
      f48e6b1a
    • timothycarambat's avatar
      add embedding engine to telem · 33de34f8
      timothycarambat authored
      33de34f8
  7. Dec 06, 2023
  8. Dec 05, 2023
  9. Dec 04, 2023
  10. Nov 27, 2023
    • Sean Hatfield's avatar
      Bug fixes (#394) · ca8bf52c
      Sean Hatfield authored
      
      * fix black text for custom messages text
      
      * fix file upload icon being stretched
      
      * center github, docs, and discord icons in sidebar
      
      * fix chat container being cut off on right side and tighter spacing between message
      
      * fix default chat container being cut off on right side
      
      * on create new workspace, take user to the workspace they just created instead of the home page
      
      * add border to chat container and click outside user menu to close
      
      * fix borders around all chat and settings containers to be consistent
      
      * fix padding for default messages
      
      * fix spacing between workspace items in sidebar
      
      * fix margin around right side of chat, default, and settings containers to be the same as the left sidebar
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      ca8bf52c
    • Timothy Carambat's avatar
      Rehash password for admin-user pwd updates (#398) · 55d319b5
      Timothy Carambat authored
      resolved #397
      55d319b5
  11. Nov 20, 2023
  12. Nov 18, 2023
  13. Nov 17, 2023
  14. Nov 16, 2023
Loading