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
-
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
-
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
-
-
Timothy Carambat authored
-
timothycarambat authored
-
- Mar 21, 2024
-
-
Sean Hatfield authored
* track workspace prompt change * refactor * modify arg order --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
- Mar 20, 2024
-
-
Sean Hatfield authored
* implement alternating color rows for file picker * implement alternating colors for workspace directory * remove unneeded props/variables * remove unused border classes * WIP new folder UI * remove unneeded expanded prop from filerow component * folder creation UI and files object manipulation WIP * folder creation & moving files complete * add developer API support for creating folders and moving files * update alternating row css for file picker * remove unneeded props from merge * normalize paths for folders priority to custom docs folder silently fail on duplicate folders * update folder icon to custom svg * linting and move FolderIcon to JSX --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- 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>
-
- Mar 07, 2024
-
-
timothycarambat authored
-
- Feb 27, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
Do bulk deletion on backend
-