Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. 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
  2. May 23, 2024
  3. May 16, 2024
  4. May 08, 2024
  5. May 02, 2024
  6. Apr 09, 2024
  7. Apr 03, 2024
  8. Apr 02, 2024
  9. Feb 19, 2024
  10. Feb 13, 2024
    • Sean Hatfield's avatar
      [FEAT] RLHF on response messages (#708) · f4b09a8c
      Sean Hatfield authored
      
      * WIP RLHF works on historical messages
      
      * refactor Actions component
      
      * completed RLHF up and down votes for chats
      
      * add defaults for HistoricalMessage params
      
      * refactor RLHF implmenation
      remove forwardRef on history items to prevent rerenders
      
      * remove dup id
      
      * Add rating to CSV output
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      f4b09a8c
  11. Feb 07, 2024
  12. Feb 05, 2024
    • Sean Hatfield's avatar
      [FEAT] Embedded AnythingLLM (#656) · 1846a99b
      Sean Hatfield authored
      
      * WIP embedded app
      
      * WIP got response from backend in embedded app
      
      * WIP streaming prints to embedded app
      
      * implemented streaming and tailwind min for styling into embedded app
      
      * WIP embedded app history functional
      
      * load params from script tag into embedded app
      
      * rough in modularization of embed chat
      cleanup dev process for easier dev support
      move all chat to components
      todo: build process
      todo: backend support
      
      * remove eslint config
      
      * Implement models and cleanup embed chat endpoints
      Improve build process for embed
      prod minification and bundle size awareness
      WIP
      
      * forgot files
      
      * rename to embed folder
      
      * introduce chat modal styles
      
      * add middleware validations on embed chat
      
      * auto open param and default greeting
      
      * reset chat history
      
      * Admin embed config page
      
      * Admin Embed Chats mgmt page
      
      * update embed
      
      * nonpriv
      
      * more style support
      reopen if chat was last opened
      
      * update comments
      
      * remove unused imports
      
      * allow change of workspace for embedconfig
      
      * update failure to lookup message
      
      * update reset script
      
      * update instructions
      
      * Add more styling options
      Add sponsor text at bottom
      Support dynamic container height
      Loading animations
      
      * publish new embed script
      
      * Add back syntax highlighting and keep bundle small via dynamic script build
      
      * add hint
      
      * update readme
      
      * update copy model for snippet with link to styles
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      1846a99b
Loading