Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Oct 21, 2024
  2. Oct 16, 2024
  3. Oct 15, 2024
  4. Oct 01, 2024
  5. Sep 26, 2024
  6. Sep 24, 2024
  7. Sep 16, 2024
  8. Sep 11, 2024
  9. Sep 05, 2024
  10. Aug 27, 2024
    • timothycarambat's avatar
      334fd9cd
    • timothycarambat's avatar
    • Timothy Carambat's avatar
      AnythingLLM Chrome Extension (#2066) · 29df483a
      Timothy Carambat authored
      
      * initial commit for chrome extension
      
      * wip browser extension backend
      
      * wip frontend browser extension settings
      
      * fix typo for browserExtension route
      
      * implement verification codes + frontend panel for browser extension keys
      
      * reorganize + state management for all connection states
      
      * implement embed to workspace
      
      * add send page to anythingllm extension option + refactor
      
      * refactor connection string auth + update context menus + organize background.js into models
      
      * popup extension from main app and save if successful
      
      * fix hebrew translation misspelling
      
      * fetch custom logo inside chrome extension
      
      * delete api keys on disconnect of extension
      
      * use correct apiUrl constant in frontend + remove unneeded comments
      
      * remove upload-link endpoint and send inner text html to raw text collector endpoint
      
      * update readme
      
      * fix readme link
      
      * fix readme typo
      
      * update readme
      
      * handle deletion of browser keys with key id and DELETE endpoint
      
      * move event string to constant
      
      * remove tablename and writable fields from BrowserExtensionApiKey backend model
      
      * add border-none to all buttons and inputs for desktop compatibility
      
      * patch prisma injections
      
      * update delete endpoints to delete keys by id
      
      * remove unused prop
      
      * add button to attempt browser extension connection + remove max active keys
      
      * wip multi user mode support
      
      * multi user mode support
      
      * clean up backend + show created by in frotend browser extension page
      
      * show multi user warning message on key creation + hide context menus when no workspaces
      
      * show browser extension options to managers
      
      * small backend changes and refactors
      
      * extension cleanup
      
      * rename submodule
      
      * extension updates & docs
      
      * dev docker build
      
      ---------
      
      Co-authored-by: default avatarshatfield4 <seanhatfield5@gmail.com>
      Unverified
      29df483a
  11. Aug 21, 2024
    • Timothy Carambat's avatar
      Api session id support (#2158) · fdc3add5
      Timothy Carambat authored
      * Refactor api endpoint chat handler to its own function
      remove legacy `chatWithWorkspace` and cleanup `index.js`
      
      * Add `sessionId` in dev API to partition chats logically statelessly
      Unverified
      fdc3add5
  12. Aug 07, 2024
    • Sean Hatfield's avatar
      New user account validations (#2037) · c9706652
      Sean Hatfield authored
      
      * force lowercase and no space for new and
       edit user modals
      
      * edit account modal validations
      
      * use pattern for form validation + remove validations from edit user
      
      * revert comment deletions
      
      * comment fix
      
      * update validation message
      
      * update regex
      allow updating by block name changes to invalid names
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      Unverified
      c9706652
    • Timothy Carambat's avatar
      Add piperTTS in-browser text-to-speech (#2052) · d072875e
      Timothy Carambat authored
      * Add piperTTS in-browser text-to-speech
      
      * update vite config
      
      * Add voice default + change prod public URL
      
      * uncheck file
      
      * Error handling
      bump package for better quality and voices
      
      * bump package
      
      * Remove pre-packed WASM - will not support offline first solution for docker
      
      * attach TTSProvider telem
      Unverified
      d072875e
  13. Aug 02, 2024
  14. Jul 31, 2024
  15. Jul 29, 2024
  16. Jul 26, 2024
  17. Jul 25, 2024
  18. Jul 23, 2024
  19. Jul 22, 2024
  20. Jul 19, 2024
  21. Jul 18, 2024
  22. Jul 16, 2024
  23. Jul 03, 2024
    • Sean Hatfield's avatar
      [FEAT] Fork chat to new thread (#1788) · 8b5d9ccd
      Sean Hatfield authored
      
      * implement thread forking feature
      
      * rename thread based on forked message
      
      * refactor bulk message create for thread fork + bump prisma version
      
      * revert prisma version bump
      
      * add todo to bulkCreate function in workspace chats
      
      * cast user input to expected type to prevent prisma injection
      
      * refactor: update order of ops for thread fork
      
      ---------
      
      Co-authored-by: default avatarTimothy Carambat <rambat1010@gmail.com>
      Unverified
      8b5d9ccd
  24. Jun 25, 2024
  25. Jun 21, 2024
    • Sean Hatfield's avatar
      [FEAT] Generic OpenAI embedding provider (#1664) · e72fa8b3
      Sean Hatfield authored
      
      * implement generic openai embedding provider
      
      * linting
      
      * comment & description update for generic openai embedding provider
      
      * fix privacy for generic
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      Unverified
      e72fa8b3
    • Timothy Carambat's avatar
      [BETA] Live document sync (#1719) · dc4ad6b5
      Timothy Carambat authored
      
      * wip bg workers for live document sync
      
      * Add ability to re-embed specific documents across many workspaces via background queue
      bgworkser is gated behind expieremental system setting flag that needs to be explictly enabled
      UI for watching/unwatching docments that are embedded.
      TODO: UI to easily manage all bg tasks and see run results
      TODO: UI to enable this feature and background endpoints to manage it
      
      * create frontend views and paths
      Move elements to correct experimental scope
      
      * update migration to delete runs on removal of watched document
      
      * Add watch support to YouTube transcripts (#1716)
      
      * Add watch support to YouTube transcripts
      refactor how sync is done for supported types
      
      * Watch specific files in Confluence space (#1718)
      
      Add failure-prune check for runs
      
      * create tmp workflow modifications for beta image
      
      * create tmp workflow modifications for beta image
      
      * create tmp workflow modifications for beta image
      
      * dual build
      update copy of alert modals
      
      * update job interval
      
      * Add support for live-sync of Github files
      
      * update copy for document sync feature
      
      * hide Experimental features from UI
      
      * update docs links
      
      * [FEAT] Implement new settings menu for experimental features (#1735)
      
      * implement new settings menu for experimental features
      
      * remove unused context save bar
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * dont run job on boot
      
      * unset workflow changes
      
      * Add persistent encryption service
      Relay key to collector so persistent encryption can be used
      Encrypt any private data in chunkSources used for replay during resync jobs
      
      * update jsDOC
      
      * Linting and organization
      
      * update modal copy for feature
      
      ---------
      
      Co-authored-by: default avatarSean Hatfield <seanhatfield5@gmail.com>
      Unverified
      dc4ad6b5
  26. Jun 20, 2024
  27. Jun 18, 2024
    • lewismacnow's avatar
      1711 enhance workspace users api (#1712) · 6c68bdbd
      lewismacnow authored
      * Update workspace.js
      
      adds userId to the workspaceUsers function
      
      * Update openapi.json
      
      Updates the workspace/users API docs to display correct 200 response example, including userId, username, role and last update datetime.
      Unverified
      6c68bdbd
  28. Jun 10, 2024
  29. Jun 08, 2024
Loading