This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Mar 14, 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 * remove unneeded expanded prop from filerow component
-
Sean Hatfield authored
add Haiku model support
-
- Mar 12, 2024
-
-
Timothy Carambat authored
* Stop generation button during stream-response * add custom stop icon * add stop to thread chats
-
Sean Hatfield authored
on file upload, clear uploader box from previously uploaded files
-
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>
-
Sean Hatfield authored
* WIP main sidebar designs * hover states and active states for main sidebar * main and settings sidebar UI updates & improve performance using Link instead of <a> * update borders to match rest of UI in all pages * update borders of all containers to match rest of UI * remove unneeded conditional * custom messages component redesign and appearance settings layout changes * improve UX of custom logo file uploader component to match designs * fix sizing on custom logo upload field * WIP footer customization new UI * implement new UI for custom footer icon selection * update workspace chats to match new settings UI * update system preferences to match new settings UI * update export workspace chats button border * update invitations settings page to match new settings UI * update instance workspaces settings page to match new settings UI * update instance workspaces to match new settings UI * update api keys settings to match new settings UI * update LLM preferences settings to match new settings UI * update embedding preferences settings to match new settings UI * update vector db preferences settings to match new settings UI * align all buttons in settings pages * update ui for data connectors to match rest of settings ui * update UI for embed chat * updated ui for logging page * fix duplicate attributes left from merge conflicts * fix dynamic class to use ternary * remove transition classes where it is not needed
-
- Mar 11, 2024
-
-
Timothy Carambat authored
-
- Mar 09, 2024
-
-
Francis Mercier authored
Update HOW_TO_USE_DOCKER.md Missing New-Item -ItemType for .env default to a folder when it should be a file (Docker won't run when that happen since a file is expected)
-
- Mar 08, 2024
-
-
timothycarambat authored
-
- Mar 07, 2024
-
-
Sean Hatfield authored
* WIP main sidebar designs * hover states and active states for main sidebar * main and settings sidebar UI updates & improve performance using Link instead of <a> * update borders to match rest of UI in all pages * update borders of all containers to match rest of UI * remove unneeded conditional * small changes to UI to conform to designs Fix conditional hook render * add check for roles to SettingsButton component and hide button from footer when in mobile * typo --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
Francisco Bischoff authored
* Update Ubuntu base image and improve Dockerfile * Add unzip to Docker image dependencies Needed for the arm64 build * reset tabs * formalized lint rules for hadolint. however the Docker formatting is being handled by MS Docker extension which doesn't indent code as expected. WIP. * found a workaround to keep formatting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Mar 06, 2024
-
-
Sean Hatfield authored
make EditWorkspaceUsersModal scrollable
-
Sean Hatfield authored
* implement new version of anthropic sdk and support new models * remove handleAnthropicStream and move to handleStream inside anthropic provider * update useGetProvidersModels for new anthropic models
-
Sean Hatfield authored
* Groq LLM support complete * update useGetProvidersModels for groq models * Add definiations update comments and error log reports add example envs --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Gabriel Koo authored
[FIX] : missing import for `parseAuthHeader` in `server/utils/vectorDbProviders/chroma/index.js` (#869) fix: import parseAuthHeader in chroma/index.js
-
- Mar 01, 2024
-
-
Sean Hatfield authored
have JSON export append all metadata fields
-
- Feb 29, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
re-map some file mimes to support text
-
- Feb 28, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
- Feb 27, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* pin to workspace UI update * tweak css * change tooltip to white to match designs
-
Timothy Carambat authored
Do bulk deletion on backend
-
Sean Hatfield authored
* normalize styles of all input and select elements * missed placeholder text input * missed input fields on onboarding flow
-
Timothy Carambat authored
* Add Ollama embedder model support calls * update docs
-
- Feb 26, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
improve UX of custom logo screens
-
Timothy Carambat authored
* Do not block any file upload fallback unknown/unsupported types to text if possible * reduce call for frontend * patch
-
Sean Hatfield authored
update opacity and spacing of LLMItem, EmbedderItem, and VectorDBItem
-
Sean Hatfield authored
fix height of search bars for LLM providers, embedding providers, and vectorDB providers
-
- Feb 24, 2024
-
-
sherifButt authored
* enhanced chat style and remove list restriction * [FEAT]: Enhanced chat styling #765 * small changes in CSS to prevent collisions * remove commented code * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
bump pplx model support
-
Sean Hatfield authored
* WIP openrouter integration * add OpenRouter options to onboarding flow and data handling * add todo to fix headers for rankings * OpenRouter LLM support complete * Fix hanging response stream with OpenRouter update tagline update comment * update timeout comment * wait for first chunk to start timer * sort OpenRouter models by organization * uppercase first letter of organization * sort grouped models by org --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 22, 2024
-
-
Sean Hatfield authored
* show similarity score in citation chunks * refactor combine like sources to handle separate similarity scores and improve UI for displaying chunks * fix parseChunkSource function to work with links * destructure properties in chunks mapping * check chunk length in parseChunkSource * change UI on how score is shown * remove duplicate import --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add LLM support for perplexity * update README & example env * fix ENV keys in example env files * slight changes for QA of perplexity support * Update Perplexity AI name --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
-
Sean Hatfield authored
[DOCS] Update Docker documentation to show how to setup Ollama with Dockerized version of AnythingLLM (#774) * update HOW_TO_USE_DOCKER to help with Ollama setup using docker * update HOW_TO_USE_DOCKER * styles update * create separate README for ollama and link to it in HOW_TO_USE_DOCKER * styling update
-