This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- 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
-
yonathan suarez authored
* fix: "remove document system api" * fix: "update text system system " --------- 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 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>
-
Timothy Carambat authored
-
Timothy Carambat authored
-
timothycarambat authored
-
- 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
-
timothycarambat authored
-
- 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>
-
yonathan suarez authored
-
- May 16, 2024
-
-
timothycarambat authored
-
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
-
-
Sean Hatfield authored
* WIP website depth scraping, (sort of works) * website depth data connector stable + add maxLinks option * linting + loading small ui tweak * refactor website depth data connector for stability, speed, & readability * patch: remove console log Guard clause on URL validitiy check reasonable overrides --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
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
-
-
timothycarambat authored
Make LanceDB the vector database default provider in backend to prevent issues where somehow this key is not set by the user resulting in a Pinecone error even though they never said they wanted Pinecone to be their vector db
-
timothycarambat authored
-
- May 10, 2024
-
-
Sean Hatfield authored
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
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 08, 2024
-
-
Imtiaz Mehmood authored
* feat:quick delete chat thread * update:pull request template * refactor bulk-deletion implementation * unset pull_request_changes * add border none for desktop support * unset marks when toggling bulk mode --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 07, 2024
-
-
Timothy Carambat authored
* add LMStudio agent support (generic) support "work" with non-tool callable LLMs, highly dependent on system specs * add comments * enable few-shot prompting per function for OSS models
-
- 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 26, 2024
-
-
Sean Hatfield authored
* WIP Confluence data connector backend * confluence data connector complete * confluence citations * fix citation for confluence * Patch confulence integration * fix Citation Icon for confluence --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- 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 21, 2024
-
-
timothycarambat authored
Fixed prisma command response on api workspace update-embeddings
-
- Apr 16, 2024
-
-
Timothy Carambat authored
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
-
- Apr 12, 2024
-
-
Timothy Carambat authored
* Add ability for owner to reset just the workspace vector DB * explicit border none
-
- Apr 06, 2024
-
-
Timothy Carambat authored
* Enable customization of chunk length and overlap * fix onboarding link show max limit in UI and prevent overlap >= chunk size
-
- Apr 05, 2024
-
-
Timothy Carambat authored
* Enable per-workspace provider/model combination * cleanup * remove resetWorkspaceChatModels and wipeWorkspaceModelPreference to prevent workspace from resetting model * add space --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Apr 02, 2024
-
-
Sean Hatfield authored
* members workspace settings menu and admin users UI updates * change copy/fix admin and managers in workspace when not showing in UI * remove existing workspace user mgmt modal --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Apr 01, 2024
-
-
timothycarambat authored
-