Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Feb 27, 2025
  2. Feb 19, 2025
    • Sushanth Srivatsa's avatar
      2749 ollama client auth token (#3005) · 3fd0fe8f
      Sushanth Srivatsa authored
      
      * ollama auth token provision
      
      * auth token provision
      
      * ollama auth provision
      
      * ollama auth token
      
      * ollama auth provision
      
      * token input field css fix
      
      * Fix provider handler not using key
      sensible fallback to not break existing installs
      re-order of input fields
      null-check for API key and header optional insert on request
      linting
      
      * apply header and auth to agent invocations
      
      * upgrading to ollama 5.10 for passing headers to constructor
      
      * rename Auth systemSetting key to be more descriptive
      linting and copy
      
      * remove untracked files + update gitignore
      
      * remove debug
      
      * patch lockfile
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      3fd0fe8f
  3. Feb 14, 2025
  4. Jan 24, 2025
  5. Jan 13, 2025
  6. Jan 02, 2025
    • Timothy Carambat's avatar
      Reranker option for RAG (#2929) · ad01df87
      Timothy Carambat authored
      * Reranker WIP
      
      * add cacheing and singleton loading
      
      * Add field to workspaces for vectorSearchMode
      Add UI for lancedb to change mode
      update all search endpoints to pass in reranker prop if provider can use it
      
      * update hint text
      
      * When reranking, swap score to rerank score
      
      * update optchain
      ad01df87
  7. Dec 30, 2024
  8. Nov 04, 2024
  9. Oct 15, 2024
  10. Apr 23, 2024
  11. Mar 14, 2024
  12. 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
  13. Dec 14, 2023
  14. 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
      655ebd94
  15. 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
      88cdd8c8
  16. Oct 25, 2023
  17. Oct 23, 2023
    • Timothy Carambat's avatar
      AnythingLLM UI overhaul (#278) · 708068a0
      Timothy Carambat authored
      
      * v2 Login screen (#254)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * created reusable gradient for login screen
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 sidebar (#262)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * WIP sidebar redesign
      
      * created reusable gradient for login screen
      
      * remove dark mode items
      
      * update new workspace button
      
      * completed sidebar for desktop view
      
      * add interactivity states
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * remove duplicated pkg
      
      * v2 settings (#264)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * WIP sidebar redesign
      
      * created reusable gradient for login screen
      
      * remove dark mode items
      
      * update new workspace button
      
      * completed sidebar for desktop view
      
      * WIP added colors/gradients to admin settings
      
      * WIP fix discord logo import
      
      * WIP settings redesign - added routes for general settings and restyled components
      
      * WIP settings for LLM Preference, VectorDB, ExportImport
      
      * settings menu UI complete WIP functionality
      
      * settings fully functional/removed dark mode logo
      
      * linting
      
      * removing unneeded dependency
      
      * Fix admin sidebar visibility
      Fix API Keys location and work with single/mum
      Fix Appearance location - WIP on funcitonality
      
      * update api key page
      
      * fix permissions for appearance
      
      * Single user mode fixes
      
      * fix multi user mode enabled
      
      * fix import export
      
      * Rename AdminSidebar to SettingsSidebar
      
      * Fix mobile sidebar links
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * V2 user logout (#265)
      
      * Add user logout button
      
      * hide other 3 dot button
      
      * wrap admin routes
      
      * V2 workspace modal (#267)
      
      Update new workspace modal
      remove duplicate tailwind colors
      
      * v2 Settings modal styles (#266)
      
      * EditUserModal styles complete
      
      * workspaces modals styles complete
      
      * create invite link modal styles complete
      
      * create new api key modal styles complete
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 Chats Redesign (#270)
      
      * fix default message for new workspace
      
      * prompt input box ui redesign complete
      
      * ui tweak to prompt input
      
      * WIP chat msg redesign
      
      * chat container and historical chat messages redesign
      
      * manage workspace modal appears when clicking upload a document on empty workspace
      
      * fixed loading skeleton styles
      
      * citations redesign complete
      
      * restyle pending chat and prompt reply components
      
      * default chat messages styles updated
      
      * linting
      
      * update how chats are returned
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * Onboarding modal flow for first time setup (#274)
      
      * WIP onboarding modal flow
      
      * onboarding flow complete and private route redirection for onboarding setep
      
      * redirect to home on onboarding complete
      
      * add onboarding redirect using paths.onboarding()
      
      * Apply changes to auth flow, onboarding determination, and flows
      
      * remove formref
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 document picker (#275)
      
      * remove unneeded comments
      
      * WIP document picker UI
      
      * WIP basic UI complete for document picker tab and settings tab
      
      * linting
      
      * settings menu complete, document row WIP
      
      * WIP document picker loading from localFiles
      
      * WIP file picker logic
      
      * refactoring document picker to work with backend
      
      * WIP refactoring document picker
      
      * WIP refactor document picker to work with backend
      
      * file uploading with dropzone working
      
      * WIP deleting file when not embedded
      
      * WIP embeddings
      
      * WIP embedding with temp button and hardcoded paths
      
      * WIP placeholder for WorkspaceDirectory component
      
      * WIP WorkspaceDirectory
      
      * WIP
      
      * sort workspaceDocs and availibleDocs complete
      
      * added directories util
      
      * add and remove document from ws working
      
      * v2 document picker complete
      
      * reference modal ui bug fixes
      
      * truncate function bug fix
      
      * ManageWorkspace modal bug fixes
      
      * blocking mobile users modal for workspace settings
      
      * mobile ui fixes
      
      * linting
      
      * ui padding fixes
      
      * citation bug fixes
      
      * code review changes
      
      * debounce handlers
      
      * change tempFile object to array
      
      * selection count fix
      
      * Convert workspace modal to div
      Memo workspace settings
      update conditional rendering of workspace settings
      
      * Show no documents
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * mobile sidebar styles
      
      * padding on Mobile view
      mobile sidebar items
      
      * UI touchup
      
      * suggestion implementations
      
      * CSS fixes and animation perfomance change to GPU accelerated and 60fps
      
      * change will-change
      
      * remove transitions from onboarding modals, simplify on-change handlers
      
      * Swap onboarding to memoized components and debounce onchange handlers
      
      * remove console log
      
      * remove Avenir font
      
      ---------
      
      Co-authored-by: default avatarSean Hatfield <seanhatfield5@gmail.com>
      708068a0
  18. Aug 14, 2023
    • Sean Hatfield's avatar
      Logo customization for single-user & multi-user modes (#186) · b557bb9e
      Sean Hatfield authored
      
      * implemented logo customization for single-user mode
      
      * removing unneeded comments
      
      * added dark and light mode support for default logo
      
      * implemented dark and light mode switching in frontend
      
      * fixed dark and light mode switching for failed to load logo from backend
      
      * removed unneeded comment
      
      * custom logos for admin implemented
      
      * refactor logo mgmt functions
      abstract logo management utils into their own file for simplicity
      
      * added settings tab for appearance on single-user mode
      
      * unchecking files with unneeded changes
      
      * fixed appearance settings tab to be hidden on multiuser mode
      
      * allow readall for logo
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      b557bb9e
  19. Jun 26, 2023
  20. 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
      9f33b3df
Loading