Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Nov 04, 2024
  2. Oct 29, 2024
  3. Oct 21, 2024
  4. Oct 16, 2024
  5. Oct 15, 2024
  6. Sep 16, 2024
  7. Sep 05, 2024
  8. 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>
      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>
      dc4ad6b5
  9. Jun 20, 2024
  10. Jun 10, 2024
  11. Jun 06, 2024
  12. May 23, 2024
  13. May 19, 2024
  14. May 16, 2024
  15. May 14, 2024
  16. May 13, 2024
  17. May 08, 2024
  18. May 02, 2024
  19. Apr 30, 2024
  20. Apr 23, 2024
  21. Apr 19, 2024
  22. Apr 16, 2024
  23. Mar 22, 2024
  24. Mar 14, 2024
  25. Mar 06, 2024
  26. Feb 27, 2024
  27. Feb 24, 2024
    • Sean Hatfield's avatar
      [FEAT] OpenRouter integration (#784) · 633f4252
      Sean Hatfield authored
      
      * WIP openrouter integration
      
      * add OpenRouter options to onboarding flow and data handling
      
      * add todo to fix headers for rankings
      
      * OpenRouter LLM support complete
      
      * Fix hanging response stream with OpenRouter
      update tagline
      update comment
      
      * update timeout comment
      
      * wait for first chunk to start timer
      
      * sort OpenRouter models by organization
      
      * uppercase first letter of organization
      
      * sort grouped models by org
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      633f4252
  28. Feb 22, 2024
  29. Feb 06, 2024
  30. Jan 29, 2024
  31. Jan 26, 2024
    • Hakeem Abbas's avatar
      feature: Integrate Astra as vectorDBProvider (#648) · 5614e2ed
      Hakeem Abbas authored
      
      * feature: Integrate Astra as vectorDBProvider
      
      feature: Integrate Astra as vectorDBProvider
      
      * Update .env.example
      
      * Add env.example to docker example file
      Update spellcheck fo Astra
      Update Astra key for vector selection
      Update order of AstraDB options
      Resize Astra logo image to 330x330
      Update methods of Astra to take in latest vectorDB params like TopN and more
      Update Astra interface to support default methods and avoid crash errors from 404 collections
      Update Astra interface to comply to max chunk insertion limitations
      Update Astra interface to dynamically set dimensionality from chunk 0 size on creation
      
      * reset workspaces
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      5614e2ed
  32. Jan 23, 2024
  33. Jan 18, 2024
  34. Jan 17, 2024
  35. Jan 12, 2024
  36. Jan 10, 2024
    • Sean Hatfield's avatar
      add Together AI LLM support (#560) · 1d39b8a2
      Sean Hatfield authored
      
      * add Together AI LLM support
      
      * update readme to support together ai
      
      * Patch togetherAI implementation
      
      * add model sorting/option labels by organization for model selection
      
      * linting + add data handling for TogetherAI
      
      * change truthy statement
      patch validLLMSelection method
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      1d39b8a2
Loading