This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Aug 27, 2024
-
-
timothycarambat authored
-
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
-
- Aug 07, 2024
-
-
Sean Hatfield authored
* force lowercase and no space for new and edit user modals * edit account modal validations * use pattern for form validation + remove validations from edit user * revert comment deletions * comment fix * update validation message * update regex allow updating by block name changes to invalid names --------- Co-authored-by:
timothycarambat <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
-
- Aug 02, 2024
-
-
Sean Hatfield authored
* ollama performance mode option * Change ENV prop Move perf setting to advanced --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jul 31, 2024
-
-
Timothy Carambat authored
-
- Jul 29, 2024
-
-
Timothy Carambat authored
-
- Jul 26, 2024
-
-
Timothy Carambat authored
* Return threads for API workspace calls * remove import
-
- Jul 25, 2024
-
-
timothycarambat authored
back nav on order flow fix bad schema ref
-
- Jul 23, 2024
-
-
Timothy Carambat authored
add AWS bedrock support for LLM + agents
-
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
-
-
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
-
- Jul 18, 2024
-
-
Timothy Carambat authored
resolves #1877
-
- Jul 16, 2024
-
-
Sean Hatfield authored
check all prisma models/model usage and patch any potential sql injection vulns
-
- Jul 03, 2024
-
-
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>
-
- Jun 25, 2024
-
-
Sean Hatfield authored
remove all references to users_can_delete_workspaces option
-
- Jun 21, 2024
-
-
Sean Hatfield authored
* implement generic openai embedding provider * linting * comment & description update for generic openai embedding provider * fix privacy for generic --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
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>
-
- Jun 20, 2024
-
-
Sean Hatfield authored
* log query refusals to workspace chats but hide in ui * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
resolves #1367
-
- Jun 18, 2024
-
-
lewismacnow authored
* Update workspace.js adds userId to the workspaceUsers function * Update openapi.json Updates the workspace/users API docs to display correct 200 response example, including userId, username, role and last update datetime.
-
- Jun 10, 2024
-
-
timothycarambat authored
-
Serply authored
* added serply search api * undo remove of new line --------- Co-authored-by:
teampen <136991215+teampen@users.noreply.github.com>
-
- 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>
-
- Jun 06, 2024
-
-
Sean Hatfield authored
* WIP edit message feature * WIP edit message * WIP editing messages feature * Fix PFPs TODO: Fix default user profile image Add User and Assistant workspace response * unset PFP changes for later PR --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 23, 2024
-
-
Sean Hatfield authored
implement bing search engine for agents
-
Sean Hatfield authored
* implement custom icon on login screen for single & multi user + custom app name feature * hide field when not relevant * set customApp name * show original anythingllm login logo unless custom logo is set * nit-picks * remove console log --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 22, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
-
- May 20, 2024
-
-
Timothy Carambat authored
* Allow setting of safety thresholds for Gemini * linting
-
- May 19, 2024
-
-
Sean Hatfield authored
* add support for voyageai embedder * remove unneeded import * linting * Add ENV examples Update how chunks are processed for Voyage use correct langchain import Add data handling --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- May 18, 2024
-
-
Timothy Carambat authored
-
- May 16, 2024
-
-
Sean Hatfield authored
* litellm LLM provider support * fix lint error * change import orders fix issue with model retrieval --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* Support SQL Agent skill * add MSSQL agent connector * Add frontend to agent skills remove FAKE_DB mock reset skills to pickup child-skill dynamically * add prompt examples for tools on untooled * add better logging on SQL agents * Wipe toolruns on each chat relay so tools can be used within the same session * update comments
-
- May 14, 2024
-
-
Timothy Carambat authored
* Add Speech-to-text and Text-to-speech providers * add files and update comment * update comments * patch: bad playerRef check
-
- May 13, 2024
-
-
Timothy Carambat authored
-