This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Jun 06, 2024
-
-
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:
Francisco Bischoff <franzbischoff@gmail.com> Co-authored-by:
Francisco Bischoff <984592+franzbischoff@users.noreply.github.com>
-
- May 23, 2024
-
-
Timothy Carambat authored
-
- May 16, 2024
-
-
Sean Hatfield authored
* make height and width data options apply to mobile styles * update build and respect viewport on dev index --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 08, 2024
-
-
Sean Hatfield authored
* WIP embed app window size * fix UI when resizing window and add text size customization option * update stylying for dims * publish new embed --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 02, 2024
-
-
timothycarambat authored
-
- Apr 09, 2024
-
-
Sean Hatfield authored
* add ability to override chat user icon and name in embedded chat widget * publish embed changes
-
- Apr 03, 2024
-
-
Sean Hatfield authored
* add ids to main html elements and aria-labels in embedded chat widget * revert index.html embedded chat widget testing page * remove id from chat messages and replace with placeholder classname
-
- Apr 02, 2024
-
-
Sean Hatfield authored
* WIP implement new embed designs * WIP embed designs * WIP embed UI * UI complete for desktop styles * desktop UI fixes * UI fixes * mobile view ui changes * fix placement of open button * small tweaks to UI * add support for positioning embed chat * finalize docs for embed Publish new version --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 19, 2024
-
-
Timothy Carambat authored
-
- Feb 13, 2024
-
-
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:
timothycarambat <rambat1010@gmail.com>
-
- Feb 07, 2024
-
-
timothycarambat authored
-
- Feb 05, 2024
-
-
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:
timothycarambat <rambat1010@gmail.com>
-