This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Feb 19, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* implement custom support email for usermenu support button * small refactor --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* Update Docker Run command * Update Docker Run command * Update Docker Run command
-
- Feb 17, 2024
-
-
Timothy Carambat authored
* Migrate document processor to class * forgot "new"
-
- Feb 16, 2024
-
-
Timothy Carambat authored
Remove useless icons in prompt bar Add chatMode column to workspaces that defaults to chat Add UI for toggle of chat mode with hint Update UI for workspace settings to match designs
-
Timothy Carambat authored
* Enable Alpaca JSON export format * Replace dom download link with filesave for browser compat Fix layout of exported json types for readability
-
- Feb 15, 2024
-
-
timothycarambat authored
-
- Feb 14, 2024
-
-
Timothy Carambat authored
* forgot files --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
Sean Hatfield authored
* WIP new settings layout * add suggested messages to general & appearance and clean up/make more user friendly * lazy load workspace settings pages * css fix on X button for document picker where button is barely clickable * remove additional workspace settings page * fix thread selection action when on thread * refactor inputs into sub-components remove unused paths --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
Timothy Carambat authored
-
Timothy Carambat authored
* refactor stream/chat/embed-stram to be a single execution logic path so that it is easier to maintain and build upon * no thread in sync chat since only api uses it adjust import locations
-
Timothy Carambat authored
* Implement thread UI update * remove comment
-
- Feb 13, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Include links in citations force ChunkSource key to retain this information old links will be unsupported * show special icons depending on source * remove console log * reset server documents writeTo
-
Sean Hatfield authored
* WIP RLHF works on historical messages * refactor Actions component * completed RLHF up and down votes for chats * add defaults for HistoricalMessage params * refactor RLHF implmenation remove forwardRef on history items to prevent rerenders * remove dup id * Add rating to CSV output --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
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>
-
CloudRay authored
Co-authored-by:
cloud-ray <ray@cybersavvy.one>
-
- Feb 12, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
- Feb 09, 2024
-
-
Timothy Carambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
* Implement workspace thread that is compatible with legacy versions * last touches * comment on chat qty enforcement
-
- 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>
-
Timothy Carambat authored
Resolve fatal crash from Ollama failure
-
- Feb 07, 2024
-
-
Timothy Carambat authored
* Add support to upload rawText document via api * update API doc endpoint with correct textContent key * update response swagger doc
-
Timothy Carambat authored
move dev deps from prod build remove unused deps
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* hide security setting in settings sidebar when in multiusermode * refactor sidebar to handle mobile view inside SettingsSidebar component * forgot eventlogs on sidebar move footer on settingSidebar to component --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
timothycarambat authored
-
timothycarambat authored
-
- 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>
-
timothycarambat authored
-
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>
-
Sean Hatfield authored
* fix truncate function to handle Chinese characters * revert changes to truncate function and cut off title using css * add CSS ellipse on long file name * fix uploaded middleTruncation as well as directory --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* create custom suggested chat messages per workspace * update how suggestedChats are passed to chat window * update mobile styles * update edit change handler --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-