This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Sep 30, 2024
-
-
Blazej Owczarczyk authored
-
- Sep 28, 2024
-
-
Timothy Carambat authored
-
- Sep 27, 2024
-
-
timothycarambat authored
Once again, modify Confluence to support every esoteric combination and undocumented way of running Confluence ever devised resolves #2379
-
- Sep 26, 2024
-
-
Sean Hatfield authored
* add deepseek support * lint * update deepseek context length * add deepseek to onboarding --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Blazej Owczarczyk authored
* Added an option to fetch issues from gitlab. Made the file fetching asynchornous to improve performance. #2334 * Fixed a typo in loadGitlabRepo. * Convert issues to markdown. * Fixed an issue with time estimate field names in issueToMarkdown. * handle rate limits more gracefully + update checkbox to toggle switch * lint --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com> Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
Timothy Carambat authored
-
- Sep 25, 2024
-
-
Sean Hatfield authored
* support more confluence url formats * use pattern matching for confluence urls and manual splitting as fallback * rework entire Confluence flow to prevent issues with custom, local, and cloud spaces * remove dep --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* wip improve remove document ux * fix border ui bugs when adding files to workspace * sort workspacedirectory put adding files at top * fix workspace file row ui shifting * fix selected items bug when adding another item with items already selected on workspace * fix tooltip * lint * refactor * fix bug where unadding single item while selected would stay selected --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 24, 2024
-
-
Sean Hatfield authored
export embedded chat history Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Sep 23, 2024
-
-
Sean Hatfield authored
add select/unselect all context menu to directory component
-
timothycarambat authored
linting
-
Sean Hatfield authored
* fix scrolling behavior + add cursor to streaming chats * lint * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 19, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* publish embed updates * server sided error messages * publish embed chat widget * sync submodule * unset change * update embed to merged changes for error --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 16, 2024
-
-
Sean Hatfield authored
* implement appearance setting for show/hide scrollbar * put back comments * revert backend for show_scrollbar * show scrollbar save to localstorage * old model function * lint * edit --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
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 14, 2024
-
-
Timothy Carambat authored
* Patch 11Labs selection UI bug * remove log
-
Timothy Carambat authored
* Patch UI bug with agent skill * wrap call in try/catch for failures res?. optional call for settings since null is default * uncheck
-
- Sep 12, 2024
-
-
timothycarambat authored
-
- Sep 11, 2024
-
-
Timothy Carambat authored
Remove FineTuningBanner remove AgentAlert for first time users
-
Timothy Carambat authored
Add Gemini models resolves #2263
-
timothycarambat authored
resolves #2264
-
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 10, 2024
-
-
Sean Hatfield authored
* fix ui for slash cmd presets * hide scroll --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Sep 06, 2024
-
-
Timothy Carambat authored
remove Jazzicons update pfps
-
- 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
-
-
Timothy Carambat authored
* Add ability to use Esc keypress to close modal for documents * move escape close to hook --------- Co-authored-by:
Mr Simon C <iamontheinternet@yahoo.com>
-
- Aug 30, 2024
-
-
timothycarambat authored
-
timothycarambat authored
resolves #2190
-
- Aug 29, 2024
-
-
Sean Hatfield authored
new voyageai embedding models
-
Timothy Carambat authored
bump browser extension commit handle onblur for emebed domains
-
- Aug 27, 2024
-
-
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
-
-
Jeff Scott Ward authored
Allows for the reflowing of text and not breaking the parent box due of display flex container. Does not change any pre-existing classes only specifies further that it should stay inside.
-
hejp001 authored
-
- Aug 23, 2024
-
-
hejp001 authored
Several entries have been modified.
-
- Aug 20, 2024
-
-
hejp001 authored
Translated several entries.
-
- Aug 19, 2024
-
-
Timothy Carambat authored
* Added Hebrew Added Hebrew * Update resources.js Added Hebrew * Update BARE_METAL.md Activation for Windows * Update common.js Language corrections * unset docs changes * update `iw` to modern ISO 639 code `he` --------- Co-authored-by:
start-life <96779864+start-life@users.noreply.github.com>
-
- Aug 17, 2024
-
-
Timothy Carambat authored
* Support suggestions of messages for empty chat in widget * publish
-
- Aug 16, 2024
-
-
Timothy Carambat authored
-