This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Sep 04, 2024
-
-
Mr Simon C authored
update source to ensure swagger.json is openapi 3.0.0 compliant
-
- Aug 27, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
* initial commit for chrome extension * wip browser extension backend * wip frontend browser extension settings * fix typo for browserExtension route * implement verification codes + frontend panel for browser extension keys * reorganize + state management for all connection states * implement embed to workspace * add send page to anythingllm extension option + refactor * refactor connection string auth + update context menus + organize background.js into models * popup extension from main app and save if successful * fix hebrew translation misspelling * fetch custom logo inside chrome extension * delete api keys on disconnect of extension * use correct apiUrl constant in frontend + remove unneeded comments * remove upload-link endpoint and send inner text html to raw text collector endpoint * update readme * fix readme link * fix readme typo * update readme * handle deletion of browser keys with key id and DELETE endpoint * move event string to constant * remove tablename and writable fields from BrowserExtensionApiKey backend model * add border-none to all buttons and inputs for desktop compatibility * patch prisma injections * update delete endpoints to delete keys by id * remove unused prop * add button to attempt browser extension connection + remove max active keys * wip multi user mode support * multi user mode support * clean up backend + show created by in frotend browser extension page * show multi user warning message on key creation + hide context menus when no workspaces * show browser extension options to managers * small backend changes and refactors * extension cleanup * rename submodule * extension updates & docs * dev docker build --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Aug 21, 2024
-
-
Timothy Carambat authored
* Refactor api endpoint chat handler to its own function remove legacy `chatWithWorkspace` and cleanup `index.js` * Add `sessionId` in dev API to partition chats logically statelessly
-
Timothy Carambat authored
remove legacy `chatWithWorkspace` and cleanup `index.js`
-
- Aug 20, 2024
-
-
timothycarambat authored
-
- Aug 16, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* fix multiuser setup bug for invalid username/password * handle user creation failed gracefully and delete user on fail
-
- Aug 14, 2024
-
-
Timothy Carambat authored
* wip encrypting jwt value * Encrypt/Decrypt pass in JWT value for verification in single-user password mode
-
- Aug 07, 2024
-
-
timothycarambat authored
-
Sean Hatfield authored
* developer api access for embedded chat widgets and embed chats * lint * uncheck files * sanitize embed api inputs --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* Add piperTTS in-browser text-to-speech * update vite config * Add voice default + change prod public URL * uncheck file * Error handling bump package for better quality and voices * bump package * Remove pre-packed WASM - will not support offline first solution for docker * attach TTSProvider telem
-
- Jul 31, 2024
-
-
Timothy Carambat authored
* Add multimodality support * Add Bedrock, KoboldCpp,LocalAI,and TextWebGenUI multi-modal * temp dev build * patch bad import * noscrolls for windows dnd * noscrolls for windows dnd * update README * update README * add multimodal check
-
- Jul 30, 2024
-
-
Timothy Carambat authored
* Add drag-and-drop to chat window * add uploader icon and remove empty space text when attachments are present * color theme * color update
-
- Jul 26, 2024
-
-
Timothy Carambat authored
* Return threads for API workspace calls * remove import
-
- Jul 23, 2024
-
-
Timothy Carambat authored
* Add support for GitLab repo collection as well as Github Repo collection * Refactor for repo collectors to be more compact --------- Co-authored-by:
Emil Rofors <emirof@gmail.com>
-
Timothy Carambat authored
* WIP fine-tuning order flow * flow patches and typo * Refine steps add fine tuning CTA on chat page add fine tuning banner and validation endpoints add finetuning banner on relevant pages with perms check * Add prod firebase url
-
- Jul 22, 2024
-
-
timothycarambat authored
-
timothycarambat authored
resolves #1893
-
Timothy Carambat authored
-
- Jul 19, 2024
-
-
Timothy Carambat authored
* Enable editing and setting of meta-tag information * cleanup * tmp build for testing * finally always refresh * unset workflow * dev build * rm tmp build
-
Johnny Chen authored
* return 400 if user creation failed The client might not check the error field unless they realize it's a 4xx error instead of 200 success. * Update index.js * use one-liner style --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Jul 04, 2024
-
-
Sean Hatfield authored
* implement delete message feature * add new delete chat endpoint that just hides messages from ui and fix perms * refactor: add delete-event hooks for delete so we dont need to pass so much refactor: implmentation of delete endpoint PUT * update animation linting remove element on animiation to prevent popin * linting and cleanup imports --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jul 03, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* implement thread forking feature * rename thread based on forked message * refactor bulk message create for thread fork + bump prisma version * revert prisma version bump * add todo to bulkCreate function in workspace chats * cast user input to expected type to prevent prisma injection * refactor: update order of ops for thread fork --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-
- Jun 25, 2024
-
-
Sean Hatfield authored
remove all references to users_can_delete_workspaces option
-
Timothy Carambat authored
-
- Jun 21, 2024
-
-
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:
timothycarambat <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:
Sean Hatfield <seanhatfield5@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
auto write ENV on changes Dont double-track envs that are already tracked
-
- Jun 20, 2024
-
-
Sean Hatfield authored
* WIP workspace threads developer api endpoints * fix swagger docs * fix broken endpoints and test on single/multi user modes * support for chatting with workspace thread by userId * update swagger json
-
- Jun 17, 2024
-
-
Sean Hatfield authored
* add user management endpoints to list all users via developer api * rename users to user management in swagger docs * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
patch UI exception with invalid return value from failed parse resolves #1692
-
lewismacnow authored
* Enhance API - add GET for users with access to workspace Adds GET request endpoint for retrieving a list of users with permissions to access the specified workspace * Update Swagger for users with access to workspace Adds swagger docs for the endpoint used to retrieve users with access to workspace. "v1/admin/workspaces/:workspaceId/users"
-
- Jun 12, 2024
-
-
Sean Hatfield authored
* WIP agent settings redesign * WIP rework new agent skill UI * WIP save bar/agent styles * WIP update settings fix * desktop agent config UI implementation * remove unneeded files * fix sql and web browsing plugins not starting & add default badges * fix serply merge conflict * review: cleanup unused files/folders/components * refactor components * refactor components * fix order of customized skills --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jun 11, 2024
-
-
timothycarambat authored
-
- Jun 08, 2024
-
-
Timothy Carambat authored
-
- Jun 07, 2024
-
-
Sean Hatfield authored
* make thread name 'Thread' when new thread is created * implement auto generated thread titles * implement truncated prompt as thread name * move rename of thread into workspaceThread function --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-