This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Feb 19, 2025
-
-
Sean Hatfield authored
* normalize sorting for workspace and workspace thread chats in dev api * lint --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
Sushanth Srivatsa authored
* ollama auth token provision * auth token provision * ollama auth provision * ollama auth token * ollama auth provision * token input field css fix * Fix provider handler not using key sensible fallback to not break existing installs re-order of input fields null-check for API key and header optional insert on request linting * apply header and auth to agent invocations * upgrading to ollama 5.10 for passing headers to constructor * rename Auth systemSetting key to be more descriptive linting and copy * remove untracked files + update gitignore * remove debug * patch lockfile --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 18, 2025
-
-
Shanmukeshwar authored
* feat: Add endpoint to retrieve documents by folder name * isWithin Check on path to prevent path traversal --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* wip embed dev api endpoints * fix /v1/embed/new endpoint * add delete endpoint to embeds * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 17, 2025
-
-
Timothy Carambat authored
resolves #3248
-
Hakeem Abbas authored
bug fixes for sanitizing Namespaces and handling chunk size limit of astradb collections in each doc Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
This reverts commit 6fd34e54.
-
timothycarambat authored
-
- Feb 14, 2025
-
-
Timothy Carambat authored
* OCR PDFs as fallback in spawn thread * wip * build our own worker fanout and wrapper * norm pkgs * bump dev
-
Timothy Carambat authored
* Add `querySelectorAll` capability to web-scraping block * patches and fallbacks * fix styles of text in web scraping block --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Feb 13, 2025
-
-
Adam Setch authored
* chore: rename `Gitlab` to `GitLab` Signed-off-by:
Adam Setch <adam.setch@outlook.com> * undo code changes - breaks refs --------- Signed-off-by:
Adam Setch <adam.setch@outlook.com> Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Adam Setch authored
* chore: rename Github to GitHub Signed-off-by:
Adam Setch <adam.setch@outlook.com> * chore: rename Github to GitHub Signed-off-by:
Adam Setch <adam.setch@outlook.com> * Undo some code changes for references --------- Signed-off-by:
Adam Setch <adam.setch@outlook.com> Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* wip agent builder * refactor structure for agent builder * improve ui for add block menu and sidebar * lint * node ui improvement * handle deleting variable in all nodes * add headers and body to apiCall node * lint * Agent flow builder backend (#3078) * wip agent builder backend * save/load agent tasks * lint * refactor agent task to use uuids instead of names * placeholder for run task * update frontend sidebar + seperate backend to agent-tasks utils * lint * add deleting of agent tasks * create AgentTasks class + wip load agent tasks into aibitat * lint * inject + call agent tasks * wip call agent tasks * add llm instruction + fix api calling blocks * add ui + backend for editing/toggling agent tasks * lint * add back middlewares * disable run task + add navigate to home on logo click * implement normalizePath to prevent path traversal * wip make api calling more consistent * lint * rename all references from task to flow * patch load flow bug when on editing page * remove unneeded files/comments * lint * fix delete endpoint + rename load flows * add move block to ui + fix api-call backend + add telemetry * lint * add web scraping block * only allow admin for agent builder --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> * Move AgentFlowManager flows to static simplify UI states Handle LLM prompt flow when provided non-string * delete/edit menu for agent flow panel + update flow icon * lint * fix open builder button hidden bug * add tooltips to move up/down block buttons * add tooltip to delete block * truncate block description to fit on blocklist component * light mode agent builder sidebar * light mode api call block * fix light mode styles for agent builder blocks * agent flow fetch in UI * sync delete flow * agent flow ui/ux improvements * remove unused AgentSidebar component * comment out /run * UI changes and updates for flow builder * format flow panel info * update link handling * ui tweaks to header menu * remove unused import * update doc links update block icons * bump readme * Patch code block header oddity resolves #3117 * bump dev image --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Feb 12, 2025
-
-
Timothy Carambat authored
* Add handling to resoning models for Generic OpenAI connector resolves #3177 * linting
-
- Feb 06, 2025
-
-
Timothy Carambat authored
-
Timothy Carambat authored
Add in-text citations as well for PPLX token streaming handle timeouts for stream/buffer hanging
-
- Feb 05, 2025
-
-
Timothy Carambat authored
* Enable `num_ctx` to match defined chunk length in ollama embedder * remove console
-
Timothy Carambat authored
-
timothycarambat authored
connect #3023 Note: depends on user naming the deployment correctly.
-
timothycarambat authored
-
- Feb 03, 2025
-
-
timothycarambat authored
-
- Jan 31, 2025
-
-
Timothy Carambat authored
* Add tokenizer improvments via Singleton class linting * dev build * Estimation fallback when string exceeds a fixed byte size * Add notice to tiktoken on backend
-
- Jan 30, 2025
-
-
Timothy Carambat authored
-
Timothy Carambat authored
-
- Jan 28, 2025
-
-
timothycarambat authored
-
Timothy Carambat authored
* Add ability to disable default agent skills * debug build
-
- Jan 27, 2025
-
-
Sean Hatfield authored
* remove native llm * remove node-llama-cpp from dockerfile * remove unneeded items from dockerfile --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Jason authored
-
- Jan 24, 2025
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* implement dynamic fetching of togetherai models * implement caching for togetherai models * update gitignore for togetherai model caching * Remove models.json from git tracking * Remove .cached_at from git tracking * lint * revert unneeded change --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Sean Hatfield authored
* bump perplexity models --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Jan 22, 2025
-
-
Timothy Carambat authored
* wip agent ui animation * WIP agent ui revision * linting * simplify css * memoize agent responses --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Jan 18, 2025
-
-
Sean Hatfield authored
* fix similarity score bug in lance/chroma dbs * batch lower bound case --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 16, 2025
-
-
Timothy Carambat authored
* Support historical message image inputs/attachments for n+1 queries * patch gemini * OpenRouter vision support cleanup * xai vision history support * Mistral logging --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Jan 14, 2025
-
-
timothycarambat authored
resolves #2956
-
timothycarambat authored
resolves #2972
-
- Jan 13, 2025
-
-
Timothy Carambat authored
rename file typo
-