This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Oct 21, 2024
-
-
Timothy Carambat authored
Adds support for only the llama3.2 vision models on groq. This comes with many conditionals and nuances to handle as Groqs vision implemention is quite bad right now
-
- Oct 20, 2024
-
-
Timothy Carambat authored
-
- Oct 18, 2024
-
-
Timothy Carambat authored
-
timothycarambat authored
-
Sean Hatfield authored
handle non-ascii characters in urls
-
- Oct 16, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Update OpenAI TTS config to allow a custom BaseURL * uncheck config file * break openai generic TTS into its own provider * add space * hide TTS on user msg --------- Co-authored-by:
Adam <phazei@gmail.com>
-
Sean Hatfield authored
* support openai o1 models * Prevent O1 use for agents getter for isO1Model; --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Oct 15, 2024
-
-
Sean Hatfield authored
* support generic openai workspace model * Update UI for free form input for some providers --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
Sean Hatfield authored
* set message limit per user * remove old limit user messages + unused admin page * fix daily message validation * refactor message limit input refactor canSendChat on user to a method on user model --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
fix filename/foldername truncation Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
pasting text bug fix Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* litellm agent support * lint * add LiteLLM provider config --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
resolves #2464 resolves #989 Note: Streaming not supported
-
- Oct 14, 2024
-
-
Timothy Carambat authored
-
- Oct 03, 2024
-
-
Sean Hatfield authored
* support xlsx files * lint * create seperate docs for each xlsx sheet * lint * use node-xlsx pkg for parsing xslx files * lint * update error handling --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Oct 02, 2024
-
-
Timothy Carambat authored
-
- Oct 01, 2024
-
-
Sean Hatfield authored
* support tavily search web search agent * lint * remove unneeded comments
-
- Sep 30, 2024
-
-
Blazej Owczarczyk authored
-
Blazej Owczarczyk authored
-
- Sep 28, 2024
-
-
a4v2d4 authored
Add Llama 3.2 3B and 1B models to Fireworks AI LLM selection
-
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>
-
Timothy Carambat authored
* Updated the `GitHubRepoLoader` class to use the new import syntax and adjust the `recursiveLoader` method accordingly. * add @langchain/community to collector package.json * fix: Improve handling of complex ignore patterns in GitLabRepoLoader * refactor: use ignore package for simplified ignore logic * run yarn lint * add @langchain/community@^0.2.23 * remove unused dep lint --------- Co-authored-by:
Emil Rofors (aider) <emirof@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>
-
Timothy Carambat authored
* Refactor handleDefaultStreamResponseV2 function for better error handling * run yarn lint * small error handling changes * update error handling flow and scope of vars * add back space --------- Co-authored-by:
Roman <rrojaski@gmail.com>
-
Sean Hatfield authored
* support attachments in developer api * lint --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* refactor agent to add fallback to workspace, then to chat provider/model * commenting update logic for bedrock and fireworks fallbacks --------- Co-authored-by:
timothycarambat <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>
-
Timothy Carambat authored
* #2317 Fetch pinned documents once per folder to reduce the number of queries. * Reorder the lines to keeps const declarations together. * Add some comments to functions move pinned document fetch for folder to function move watched documents per-folder to also function the same remove unused function in documents model --------- Co-authored-by:
Błażej Owczarczyk <blazeyy@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>
-
Jaid authored
Added JSONSchema for agent skill plugin manifest files Signed-off-by:
Jaid <6216144+Jaid@users.noreply.github.com>
-
- Sep 21, 2024
-
-
Timothy Carambat authored
* Enable Mistral Multimodal * remove console
-