This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Jan 23, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
* Add bare metal support docs and deployment * typos
-
- Jan 22, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Implement total permission overhaul Add explicit permissions on each flex and strict route Patch issues with role escalation and CRUD of users Patch permissions on all routes for coverage Improve middleware to accept role array for clarity * update comments * remove permissions to API-keys for manager. Manager could generate API-key and using high-privelege api-key give themselves admin * update sidebar permissions for multi-user and single user * update options for mobile sidebar
-
Sean Hatfield authored
* add gpt-3.5-turbo-1106 model for openai LLM * add gpt-3.5-turbo-1106 as valid model for backend and per workspace model selection
-
Sean Hatfield authored
-
- Jan 19, 2024
-
-
Timothy Carambat authored
* Employ strict validations on document pathing * add comment * update validSubfolder var
-
Timothy Carambat authored
-
timothycarambat authored
-
Timothy Carambat authored
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl * Persist special env keys on updates --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
Sean Hatfield authored
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl
-
- Jan 18, 2024
-
-
Sean Hatfield authored
* remove support for import export anythingllm data * remove unused imports remove unused dep update lockfile --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* create configurable topN per workspace * Update TopN UI text Fix fallbacks for all providers Add SQLite CHECK to TOPN value * merge with master Update zilliz provider for variable TopN --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
Timothy Carambat authored
* chore: propogate embedder and vectordb errors during document mutations * add default value for errors on addDocuments
-
Timothy Carambat authored
* feat: Add support for Zilliz Cloud by Milvus * update placeholder text update data handling stmt * update zilliz descriptor
-
Sean Hatfield authored
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add copy feature to assistant chat message * fix tooltip not hiding on mobile * fix: add tooltips chore: breakout actions to extendable component + memoize add CopyText to hook we can reuse fix: Copy on code snippets broken, moved to event listener fix: highlightjs patch for new API support feat: add copy response support --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 17, 2024
-
-
Sean Hatfield authored
* add support for mistral api * update docs to show support for Mistral * add default temp to all providers, suggest different results per provider --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* WIP model selection per workspace (migrations and openai saves properly * revert OpenAiOption * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi * remove unneeded comments * update logic for when LLMProvider is reset, reset Ai provider files with master * remove frontend/api reset of workspace chat and move logic to updateENV add postUpdate callbacks to envs * set preferred model for chat on class instantiation * remove extra param * linting * remove unused var * refactor chat model selection on workspace * linting * add fallback for base path to localai models --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add check to skip empty messages * add comment explaining prisma + sqlite not supporting createMany()
-
Timothy Carambat authored
* Add support for fetching single document in documents folder * Add document object to upload + support link scraping via API * hotfixes for documentation * update api docs
-
- Jan 16, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* no lazy onboarding * no lazy onboarding steps * Do not lazy load onboarding to prevent lazy-load white flash
-
Sean Hatfield authored
* truncate title to shorter length so x button is not hidden for longer title names in the citation modal * absolutely position x button on citation modal
-
Timothy Carambat authored
-
Timothy Carambat authored
-
Timothy Carambat authored
* Query mode to return no-result when no context found * update default error for sync chat * remove unnecessary type conversion
-
- Jan 15, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
normalize paths for submit URLs
-
- Jan 14, 2024
-
-
timothycarambat authored
-
- Jan 13, 2024
-
-
Timothy Carambat authored
* improve native embedder handling of large files * perf changes * ignore storage tmp
-
- Jan 12, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
Ahren Stevens-Taylor authored
* [FEAT]: Docker Tags specific to a build version #572 * fix: dockerhub repo name * feat: add Docker build caches * fix: docker username Fix the DockerHub repository owner name
-
Shuyoou authored
* issue #543 support milvus vector db * migrate Milvus to use MilvusClient instead of ORM normalize env setup for docs/implementation feat: embedder model dimension added * update comments --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
- Jan 11, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* prevent manager in multi-user from updatingENV via HTTP * remove unneeded args
-