This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Jul 11, 2024
-
-
Sean Hatfield authored
* implement custom PDFLoader to remove LC dep * remove unneeded comment * remove pdfjs as dep and fix page splitting using pdf-parse * linting + export rename for desktop compat --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
hide TTS and more actions on chat reset message
-
- Jul 10, 2024
-
-
Sean Hatfield authored
fix styles of limit messages per day
-
Sean Hatfield authored
* fix assistant bg color data prop * publish modified embed changes
-
Sean Hatfield authored
* implement new settings sidebar v2 * store state of settings menu in localstorage to improve ux * add tailwind color * add missed admin translation * fix admin pages showing on single user * perms fix for manager role * refactor permissions for options on sidebar * minor refactor of menuoption --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* implement new chat tools ui + bump phosphor icons package for new icons * move TTS button below user image/fix styling * Show tools on hover update package deps * patch styles for desktop * fix more actions tooltip and disable hide/show on hover for mobile * z-index on mobile patch --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jul 08, 2024
-
-
植心 authored
-
- Jul 07, 2024
-
-
bchoor authored
-
- Jul 04, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* implement delete message feature * add new delete chat endpoint that just hides messages from ui and fix perms * refactor: add delete-event hooks for delete so we dont need to pass so much refactor: implmentation of delete endpoint PUT * update animation linting remove element on animiation to prevent popin * linting and cleanup imports --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
- Jul 03, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* enable support for generic openAI as Agent provider
-
Sean Hatfield authored
* implement thread forking feature * rename thread based on forked message * refactor bulk message create for thread fork + bump prisma version * revert prisma version bump * add todo to bulkCreate function in workspace chats * cast user input to expected type to prevent prisma injection * refactor: update order of ops for thread fork --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* WIP replace langchain pdfloader with pdfjs and add more context to each page * remove extras from pdfjs and just replace langchain library * remove unneeded dep * fix console log in docs --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
implement custom confluence loader to extract code blocks properly from documents Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
-
- Jul 01, 2024
-
-
Sean Hatfield authored
patch website depth data connector to work for other links that are not root url
-
apstrom authored
Max. number of context snippets increased from 12 to 200. TODO: May remove restraint entirely
-
Timothy Carambat authored
* Patch Embed styles with prefixing * forgot files
-
- Jun 28, 2024
-
-
Timothy Carambat authored
Add type defs to helpers
-
Sean Hatfield authored
fix query mode always responding with refusal message on develop api openai compatible endpoints
-
Timothy Carambat authored
resolves #1777
-
- Jun 27, 2024
-
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Timothy Carambat authored
WIP on migration to @lancedb/lancedb NodeJS SDK
-
timothycarambat authored
patch parseChunkHeader bug
-
timothycarambat authored
-
timothycarambat authored
-
- Jun 25, 2024
-
-
Sean Hatfield authored
remove all references to users_can_delete_workspaces option
-
Sean Hatfield authored
* add ollama automatic url detection in llm and embedder prefrences * implement auto detection for lmstudio llm and embedder/improve performance of checking common urls * fix modal not clearing * fix lmstudio url check * improve ux for ollama llm provider option * improve ux for lm studio llm provider option * improve ux for ollama embedder option * improve ux for lmstudio embedder option * ux improvement lmstudio embedder options * refactor implementation to hook and use native timeout Swap to promise.any for resolving of available endpoints * implement useProviderEndpointAutoDiscovery hook for lmstudio and ollama provider options --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Jason Zhang authored
* fix: sanitize filename before writing Fixes: https://github.com/Mintplex-Labs/anything-llm/issues/1737 * fixup * fixup
-
Sean Hatfield authored
remove azure url validation
-
Timothy Carambat authored
-