Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Jun 21, 2024
    • 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
  2. Jun 17, 2024
  3. Jun 06, 2024
    • Timothy Carambat's avatar
      Feature/devcontv2 (#1622) · 98cef508
      Timothy Carambat authored
      
      * Updated apt-packages source for devcontainer
      
      Switched the devcontainer's package source to a different repository to
      align with updated dependencies and package availability. The previous
      source from 'rocker-org' is replaced with 'devcontainers-contrib', which
      may offer more recent or relevant development tools.
      
      * Subject: Centralize prettier ignores and refine
      config
      
      Body:
      Centralized all prettier ignore rules by removing individual
      `.prettierignore` files in subprojects and updating the root
      `.prettierignore` to include previously ignored patterns, ensuring
      consistency across the workspace. Additionally, the prettier
      configuration was refined by making the file pattern for `.config.js`
      files consistent and adjusting quote styles for better readability. All
      lint scripts across the project were updated to respect the centralized
      ignore path, enhancing maintainability.
      
      The consolidation simplifies the process of managing ignore rules as the
      project scales, ensuring developers can focus on writing code without
      worrying about divergent formatting standards. These changes also align
      with introducing comprehensive linting across multiple environments to
      keep the codebase clean and consistent.
      
      This adjustment is a foundational step towards a more streamlined and
      unified code base, making it easier for new contributors to adhere to
      established coding standards and reducing the cognitive load associated
      with managing multiple configuration files across the project.
      
      * unset package json changes
      
      ---------
      
      Co-authored-by: default avatarFrancisco Bischoff <franzbischoff@gmail.com>
      Co-authored-by: default avatarFrancisco Bischoff <984592+franzbischoff@users.noreply.github.com>
      98cef508
  4. Jun 03, 2024
  5. May 31, 2024
  6. May 29, 2024
  7. May 23, 2024
  8. May 22, 2024
  9. May 18, 2024
  10. May 16, 2024
  11. May 14, 2024
  12. May 02, 2024
  13. Apr 30, 2024
  14. Apr 26, 2024
  15. Apr 20, 2024
  16. Apr 16, 2024
  17. Apr 12, 2024
  18. Apr 05, 2024
  19. Apr 04, 2024
  20. Apr 02, 2024
  21. Apr 01, 2024
  22. Mar 20, 2024
  23. Mar 14, 2024
  24. Mar 11, 2024
  25. Feb 29, 2024
  26. Feb 26, 2024
  27. Feb 21, 2024
  28. Feb 19, 2024
  29. Feb 13, 2024
    • Timothy Carambat's avatar
      689 links in citation (#715) · d52f8aaf
      Timothy Carambat authored
      * Include links in citations
      force ChunkSource key to retain this information
      old links will be unsupported
      
      * show special icons depending on source
      
      * remove console log
      
      * reset server documents writeTo
      d52f8aaf
Loading