This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Feb 13, 2024
-
-
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>
-
Timothy Carambat authored
-
- Feb 05, 2024
-
-
Sean Hatfield authored
* WIP embedded app * WIP got response from backend in embedded app * WIP streaming prints to embedded app * implemented streaming and tailwind min for styling into embedded app * WIP embedded app history functional * load params from script tag into embedded app * rough in modularization of embed chat cleanup dev process for easier dev support move all chat to components todo: build process todo: backend support * remove eslint config * Implement models and cleanup embed chat endpoints Improve build process for embed prod minification and bundle size awareness WIP * forgot files * rename to embed folder * introduce chat modal styles * add middleware validations on embed chat * auto open param and default greeting * reset chat history * Admin embed config page * Admin Embed Chats mgmt page * update embed * nonpriv * more style support reopen if chat was last opened * update comments * remove unused imports * allow change of workspace for embedconfig * update failure to lookup message * update reset script * update instructions * Add more styling options Add sponsor text at bottom Support dynamic container height Loading animations * publish new embed script * Add back syntax highlighting and keep bundle small via dynamic script build * add hint * update readme * update copy model for snippet with link to styles --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 02, 2024
-
-
timothycarambat authored
-
- Jan 31, 2024
-
-
Sean Hatfield authored
if slug is empty on create workspace, generate a uuid as the workspace slug
-
- Jan 30, 2024
-
-
Alex Leventer authored
Update README.md
-
- Jan 29, 2024
-
-
Timothy Carambat authored
patch lanceDB not deleting vectors from workspace documentVectors self-sanitize on delete of parent document
-
Sean Hatfield authored
* add support for new openai models * QOL changes/improve logic for adding new openai embedding models * add example file inputs for Openai embedding ENV selection; * Fix if stmt conditional --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 26, 2024
-
-
Hakeem Abbas authored
* feature: Integrate Astra as vectorDBProvider feature: Integrate Astra as vectorDBProvider * Update .env.example * Add env.example to docker example file Update spellcheck fo Astra Update Astra key for vector selection Update order of AstraDB options Resize Astra logo image to 330x330 Update methods of Astra to take in latest vectorDB params like TopN and more Update Astra interface to support default methods and avoid crash errors from 404 collections Update Astra interface to comply to max chunk insertion limitations Update Astra interface to dynamically set dimensionality from chunk 0 size on creation * reset workspaces --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add gpt-4-turbo-preview * add gpt-4-turbo-preview to valid models
-
timothycarambat authored
-
timothycarambat authored
-
- Jan 24, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
-
timothycarambat authored
-
- Jan 23, 2024
-
-
timothycarambat authored
Patch background color for fullscreen loader
-
Sean Hatfield authored
* add useModal hook and ModalWrapper component that will be used to replace all <dialog> modals for better browser support * implement useModal hook and ModalWrapper component to replace all exisiting <dialog>
-
Sean Hatfield authored
* migrate pinecone package to latest version and migrate pinecone vectordb provider class * remove pinecone environment name env variable and update docs to reflect removal & serverless support complete * migrate query for pinecone db * typo in log --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-