This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- May 22, 2024
-
-
Sean Hatfield authored
* implement clear all chats button + export button styles updates * Hide clear button if no chats are visible update clear function --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
-
- May 13, 2024
-
-
timothycarambat authored
-
- May 10, 2024
-
-
Sean Hatfield authored
* WIP slash presets * WIP slash command customization CRUD + validations complete * backend slash command support * fix permission setting on new slash commands rework form submit and pattern on frontend * Add field updates for hooks, required=true to field add user<>command constraint to keep them unique enforce uniquness via teritary uid field on table for multi and non-multi user * reset migration --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 01, 2024
-
-
timothycarambat authored
updating workspace name does not result in reload anymore set event log page size to 10 fix css issues with charts
-
- Apr 25, 2024
-
-
Sean Hatfield authored
* WIP new login screen UI * update prisma schema/create new models for pw recovery * WIP password recovery backend * WIP reset password flow * WIP pw reset flow * password reset logic complete & functional UI * WIP login screen redesign for single and multi user * create placeholder modal to display recovery codes * implement UI for recovery code modals/download recovery codes * multiuser desktop password reset UI/functionality complete * support single user mode for pw reset * mobile styles for all password reset/login flows complete * lint * remove single user password recovery * create PasswordRecovery util file to make more readable * do not drop-replace users table in migration * review pr --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Apr 01, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
-
- Mar 29, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
* Patch ability to update multi-user-flag once set * update logo function to safe update key values
-
- Mar 27, 2024
-
-
timothycarambat authored
-
- Mar 26, 2024
-
-
timothycarambat authored
-
- Mar 12, 2024
-
-
Sean Hatfield authored
* WIP workspace pfp, CRUD functions complete * implement fetching workspace pfp in UserIcon component * update UI for workspace settings pfp * minor css refactor * WIP fixes to workspace pfp * create responseCache for workspace pfp blob to improve performance * fix cache not clearing when removing workspace pfp and remove unneeded util * load workspace image once, dont reload --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 27, 2024
-
-
Timothy Carambat authored
Do bulk deletion on backend
-
- Feb 19, 2024
-
-
Sean Hatfield authored
* implement custom support email for usermenu support button * small refactor --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 17, 2024
-
-
Timothy Carambat authored
* Migrate document processor to class * forgot "new"
-
- Feb 13, 2024
-
-
Sean Hatfield authored
* add more fields to csv export to make more useful * refactor from review comments * fix escapeCsv function * catch export errors properly --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 08, 2024
-
-
Sean Hatfield authored
* WIP custom footer icons * UI for updating footer icons complete and backend to save/modify * add backend for unprotected footer fetch * break out footer into separate component and render footer items using a cache for 1 hour * wip review * refactor & cleanup * Optimize footer form component Optimize caching for footer icons Add validation on SystemSetting upserts Normalize fallback items for footer_data * Adjust max icons to 3 * fix success message on remove * fix success message on remove --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 06, 2024
-
-
Sean Hatfield authored
* WIP event logging - new table for events and new settings view for viewing * WIP add logging * UI for log rows * rename files to Logging to prevent getting gitignore * add metadata for all logging events and colored badges in logs page * remove unneeded comment * cleanup namespace for logging * clean up backend calls * update logging to show to => from settings changes * add logging for invitations, created, deleted, and accepted * add logging for user created, updated, suspended, or removed * add logging for workspace deleted * add logging for chat logs exported * add logging for API keys, LLM, embedder, vector db, embed chat, and reset button * modify event logs * update to event log types * simplify rendering of event badges --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* use filter instead of ref to delete row from workspace chat component on delete/fix backend invalid json error * remove ref from pagination on embed chats and fix white screen bug * remove unneeded import * normalize response object --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 22, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Implement total permission overhaul Add explicit permissions on each flex and strict route Patch issues with role escalation and CRUD of users Patch permissions on all routes for coverage Improve middleware to accept role array for clarity * update comments * remove permissions to API-keys for manager. Manager could generate API-key and using high-privelege api-key give themselves admin * update sidebar permissions for multi-user and single user * update options for mobile sidebar
-
- Jan 19, 2024
-
-
Timothy Carambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl
-
- Jan 18, 2024
-
-
Sean Hatfield authored
* remove support for import export anythingllm data * remove unused imports remove unused dep update lockfile --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 17, 2024
-
-
Sean Hatfield authored
* WIP model selection per workspace (migrations and openai saves properly * revert OpenAiOption * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi * remove unneeded comments * update logic for when LLMProvider is reset, reset Ai provider files with master * remove frontend/api reset of workspace chat and move logic to updateENV add postUpdate callbacks to envs * set preferred model for chat on class instantiation * remove extra param * linting * remove unused var * refactor chat model selection on workspace * linting * add fallback for base path to localai models --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 15, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
normalize paths for submit URLs
-
- Jan 11, 2024
-
-
Timothy Carambat authored
* prevent manager in multi-user from updatingENV via HTTP * remove unneeded args
-
Timothy Carambat authored
Change pwd check to O(1) check to prevent timing attacks
-
- Jan 10, 2024
-
-
Timothy Carambat authored
* Dynamic vector count on workspace settings Add count to be workspace specific, fallback to system count Update layout of data in settings Update OpenAI per-token embedding price * linting
-
- Dec 21, 2023
-
-
Sean Hatfield authored
-
- Dec 18, 2023
-
-
Timothy Carambat authored
* feat: implement github repo loading fix: purge of folders fix: rendering of sub-files * noshow delete on custom-documents * Add API key support because of rate limits * WIP for frontend of data connectors * wip * Add frontend form for GitHub repo data connector * remove console.logs block custom-documents from being deleted * remove _meta unused arg * Add support for ignore pathing in request Ignore path input via tagging * Update hint
-
- Dec 14, 2023
-
-
Timothy Carambat authored
* wip: init refactor of document processor to JS * add NodeJs PDF support * wip: partity with python processor feat: add pptx support * fix: forgot files * Remove python scripts totally * wip:update docker to boot new collector * add package.json support * update dockerfile for new build * update gitignore and linting * add more protections on file lookup * update package.json * test build * update docker commands to use cap-add=SYS_ADMIN so web scraper can run update all scripts to reflect this remove docker build for branch
-
- Dec 07, 2023
-
-
Sean Hatfield authored
* fix sizing of onboarding modals & lint * fix extra scrolling on mobile onboarding flow * added message to use desktop for onboarding * linting * add arrow to scroll to bottom (debounced) and fix chat scrolling to always scroll to very bottom on message history change * fix for empty chat * change mobile alert copy * WIP adding PFP upload support * WIP pfp for users * edit account menu complete with change username/password and upload profile picture * add pfp context to update all instances of usePfp hook on update * linting * add context for logo change to immediately update logo * fix div with bullet points to use list-disc instead * fix: small changes * update multer file storage locations * fix: use STORAGE_DIR for filepathing --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Dec 04, 2023
-
-
Timothy Carambat authored
* Add API key option to LocalAI * add api key for model dropdown selector
-
- Nov 14, 2023
-
-
Timothy Carambat authored
* feature: add LocalAI as llm provider * update Onboarding/mgmt settings Grab models from models endpoint for localai merge with master * update streaming for complete chunk streaming update localAI LLM to be able to stream * force schema on URL --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> Co-authored-by:
tlandenberger <tobiaslandenberger@gmail.com>
-