This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Sep 16, 2024
-
-
Timothy Carambat authored
* Issue #1943: Add support for LLM provider - Fireworks AI * Update UI selection boxes Update base AI keys for future embedder support if needed Add agent capabilites for FireworksAI * class only return --------- Co-authored-by:
Aaron Van Doren <vandoren96+1@gmail.com>
-
- Sep 13, 2024
-
-
Timothy Carambat authored
* Support `@agent` custom skills * move import
-
- Sep 12, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
-
Timothy Carambat authored
-
- Sep 11, 2024
-
-
Timothy Carambat authored
* Update OpenAI models * Sort OpenAI models by created timestamp in ascending order * Update OpenAI models price * uncheck fallback listing (even if old) closes #2261 * linting --------- Co-authored-by:
Yaner <1468275133@qq.com>
-
Timothy Carambat authored
Add Gemini models resolves #2263
-
Timothy Carambat authored
* Add support for custom agent skills via plugins Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice * lint * dev build * patch safeJson patch label loading * allow plugins with no config options * lint * catch invalid setupArgs in frontend * update link to docs page for agent skills * remove unneeded files --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Sep 09, 2024
-
-
Sean Hatfield authored
* patch no text results for milvus chunks * wrap addDocumentToNamespace in try catch for handling milvus errors * lint * revert milvus db changes * add try catch to handle grpc error from milvus
-
Mr Simon C authored
-
- Sep 06, 2024
-
-
Timothy Carambat authored
* ollama: Switch from parallel to sequential chunk embedding * throw error on empty embeddings --------- Co-authored-by:
John Blomberg <john.jb.blomberg@gmail.com>
-
- Sep 05, 2024
-
-
Timothy Carambat authored
* Add SearchApi to web browsing * UI modifications for SearchAPI --------- Co-authored-by:
Sebastjan Prachovskij <sebastjan.prachovskij@gmail.com>
-
- Sep 04, 2024
-
-
Mr Simon C authored
update source to ensure swagger.json is openapi 3.0.0 compliant
-
- Aug 29, 2024
-
-
Sean Hatfield authored
new voyageai embedding models
-
- Aug 27, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
* initial commit for chrome extension * wip browser extension backend * wip frontend browser extension settings * fix typo for browserExtension route * implement verification codes + frontend panel for browser extension keys * reorganize + state management for all connection states * implement embed to workspace * add send page to anythingllm extension option + refactor * refactor connection string auth + update context menus + organize background.js into models * popup extension from main app and save if successful * fix hebrew translation misspelling * fetch custom logo inside chrome extension * delete api keys on disconnect of extension * use correct apiUrl constant in frontend + remove unneeded comments * remove upload-link endpoint and send inner text html to raw text collector endpoint * update readme * fix readme link * fix readme typo * update readme * handle deletion of browser keys with key id and DELETE endpoint * move event string to constant * remove tablename and writable fields from BrowserExtensionApiKey backend model * add border-none to all buttons and inputs for desktop compatibility * patch prisma injections * update delete endpoints to delete keys by id * remove unused prop * add button to attempt browser extension connection + remove max active keys * wip multi user mode support * multi user mode support * clean up backend + show created by in frotend browser extension page * show multi user warning message on key creation + hide context menus when no workspaces * show browser extension options to managers * small backend changes and refactors * extension cleanup * rename submodule * extension updates & docs * dev docker build --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Aug 26, 2024
-
-
Timothy Carambat authored
-
- Aug 23, 2024
-
-
Timothy Carambat authored
-
- Aug 22, 2024
-
-
Timothy Carambat authored
* Use `@agent` via dev API * Move EphemeralEventListener to same file as agent
-
- Aug 21, 2024
-
-
Timothy Carambat authored
* Refactor api endpoint chat handler to its own function remove legacy `chatWithWorkspace` and cleanup `index.js` * Add `sessionId` in dev API to partition chats logically statelessly
-
timothycarambat authored
-
Timothy Carambat authored
remove legacy `chatWithWorkspace` and cleanup `index.js`
-
- Aug 20, 2024
-
-
timothycarambat authored
-
- Aug 19, 2024
-
- Aug 16, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* fix multiuser setup bug for invalid username/password * handle user creation failed gracefully and delete user on fail
-
- Aug 15, 2024
-
-
Timothy Carambat authored
* Omit invalid `response.text` values and `prompts` resolves #2108 * remove import
-
Timothy Carambat authored
* Enable agent context windows to be accurate per provider:model * Refactor model mapping to external file Add token count to document length instead of char-count refernce promptWindowLimit from AIProvider in central location * remove unused imports
-
- Aug 14, 2024
-
-
Shahar authored
fixed new api syntax
-
Timothy Carambat authored
* wip encrypting jwt value * Encrypt/Decrypt pass in JWT value for verification in single-user password mode
-
- Aug 13, 2024
-
-
PyKen authored
-
- Aug 09, 2024
-
-
Timothy Carambat authored
-
- Aug 07, 2024
-
-
timothycarambat authored
-
Sean Hatfield authored
* developer api access for embedded chat widgets and embed chats * lint * uncheck files * sanitize embed api inputs --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* force lowercase and no space for new and edit user modals * edit account modal validations * use pattern for form validation + remove validations from edit user * revert comment deletions * comment fix * update validation message * update regex allow updating by block name changes to invalid names --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* Add piperTTS in-browser text-to-speech * update vite config * Add voice default + change prod public URL * uncheck file * Error handling bump package for better quality and voices * bump package * Remove pre-packed WASM - will not support offline first solution for docker * attach TTSProvider telem
-
- Aug 06, 2024
-
-
Sean Hatfield authored
support multiple preset prompts in single message
-
- Aug 02, 2024
-
-
Sean Hatfield authored
* ollama performance mode option * Change ENV prop Move perf setting to advanced --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-