This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Oct 21, 2024
-
-
Timothy Carambat authored
* thread creation additional params name and slug, with api * typo fix * Rebuild openai Swagger docs Handle validations for fields to prevent invalid field inputs for .new Enforce sluggification of `slug` to prevent breaking of URL structs --------- Co-authored-by:
abrakadobr <abrakadobr@gmail.com>
-
- Oct 15, 2024
-
-
Timothy Carambat authored
resolves #2464 resolves #989 Note: Streaming not supported
-
- 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 05, 2024
-
-
Timothy Carambat authored
* Add SearchApi to web browsing * UI modifications for SearchAPI --------- Co-authored-by:
Sebastjan Prachovskij <sebastjan.prachovskij@gmail.com>
-
- Aug 21, 2024
-
-
Timothy Carambat authored
remove legacy `chatWithWorkspace` and cleanup `index.js`
-
- Aug 05, 2024
-
-
Mr Simon C authored
* open the server port to public on container post create * install gh on container start * remove port command until needed * look for port 3001 to be available and make public * install netcat * run background nc task before server start * add sleep 5 due to error clashing with server start * remove netcat, use gh cli
-
- Jul 30, 2024
-
-
Timothy Carambat authored
* Add drag-and-drop to chat window * add uploader icon and remove empty space text when attachments are present * color theme * color update
-
- Jul 26, 2024
-
-
timothycarambat authored
-
- Jul 24, 2024
-
-
Timothy Carambat authored
* Revert "Patch ODBC support from missing binary/headers for node-odbc" This reverts commit 9de6b1cc. * Revert "OBDC Support (#1933)" This reverts commit cd597a36.
-
- Jul 23, 2024
-
-
Timothy Carambat authored
* add possibility to connect to SQL Base by ODBC --------- Co-authored-by:
suchaudn <nicolas.suchaud@legrand.fr> Co-authored-by:
nicho2 <nicho2@laposte.net>
-
Timothy Carambat authored
* WIP fine-tuning order flow * flow patches and typo * Refine steps add fine tuning CTA on chat page add fine tuning banner and validation endpoints add finetuning banner on relevant pages with perms check * Add prod firebase url
-
- 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>
-
- Jul 01, 2024
-
-
Timothy Carambat authored
* Patch Embed styles with prefixing * forgot files
-
- Jun 21, 2024
-
-
Timothy Carambat authored
* wip bg workers for live document sync * Add ability to re-embed specific documents across many workspaces via background queue bgworkser is gated behind expieremental system setting flag that needs to be explictly enabled UI for watching/unwatching docments that are embedded. TODO: UI to easily manage all bg tasks and see run results TODO: UI to enable this feature and background endpoints to manage it * create frontend views and paths Move elements to correct experimental scope * update migration to delete runs on removal of watched document * Add watch support to YouTube transcripts (#1716) * Add watch support to YouTube transcripts refactor how sync is done for supported types * Watch specific files in Confluence space (#1718) Add failure-prune check for runs * create tmp workflow modifications for beta image * create tmp workflow modifications for beta image * create tmp workflow modifications for beta image * dual build update copy of alert modals * update job interval * Add support for live-sync of Github files * update copy for document sync feature * hide Experimental features from UI * update docs links * [FEAT] Implement new settings menu for experimental features (#1735) * implement new settings menu for experimental features * remove unused context save bar --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> * dont run job on boot * unset workflow changes * Add persistent encryption service Relay key to collector so persistent encryption can be used Encrypt any private data in chunkSources used for replay during resync jobs * update jsDOC * Linting and organization * update modal copy for feature --------- Co-authored-by:
Sean Hatfield <seanhatfield5@gmail.com>
-
- Jun 20, 2024
-
-
Timothy Carambat authored
resolves #1367
-
- May 14, 2024
-
-
Timothy Carambat authored
* Add Speech-to-text and Text-to-speech providers * add files and update comment * update comments * patch: bad playerRef check
-
- May 08, 2024
-
-
Timothy Carambat authored
* add OpenRouter support * add mistral agents add perplexity agents add textwebgenui agents
-
Sean Hatfield authored
* add LMStudio agent support (generic) support "work" with non-tool callable LLMs, highly dependent on system specs * add comments * enable few-shot prompting per function for OSS models * Add Agent support for Ollama models * azure, groq, koboldcpp agent support complete + WIP togetherai * WIP gemini agent support * WIP gemini blocked and will not fix for now * azure fix * merge fix * add localai agent support * azure untooled agent support * merge fix * refactor implementation of several agent provideers * update bad merge comment --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 07, 2024
-
-
Timothy Carambat authored
* add LMStudio agent support (generic) support "work" with non-tool callable LLMs, highly dependent on system specs * add comments * enable few-shot prompting per function for OSS models
-
- Apr 30, 2024
-
-
Timothy Carambat authored
* Bump `openai` package to latest Tested all except localai * bump LocalAI support with latest image * add deprecation notice * linting
-
- Apr 26, 2024
-
-
Timothy Carambat authored
* WIP agent support * move agent folder * wip frontend socket * checkpoint * fix schema * Checkpoint for plugins and AgentHandler * refactor plugins and agent arch * agent error reporting and handling * add frontend elements for agents in prompt input * WIP integrations for agents * enable web-search agent config from frontend * persist chat history * update alert * update migration remove console logs update close state for agent invocations * add examples to dockerignore Extract statusResponse to its own component * update close method * wrap scraping rejections * add RAG search as funciton * Add telem and link highlight * chat support * patch memory * Add rechart as a plugin option * Toggles for abilites of default agent (system wide) Validate values for agent skills Enable dynamic loading of skills UI for toggle of skills * add UI for toggle of configs for agent * toggle WS or WSS protocol * update NGNIX proxy pass * move components around and capture failed websocket creation * fix name * tmp docker image * reset workflow * safety mark functions * telem on tool calls * remove hardcode short circuit * separate web-browser from scrape * extract summarizer to util add abort handlers and controller for langchain stuff so socket close kills process * langchain summarize verbose when in dev * chart styling improvements + add title to chart * fix legend from being cutoff in chart downloads * remove cursor blink --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Apr 16, 2024
-
-
Timothy Carambat authored
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
-
- Apr 02, 2024
-
-
Timothy Carambat authored
-
- Apr 01, 2024
-
-
Timothy Carambat authored
* WIP integrity check between processes * Implement integrity checking on document processor payloads
-
- Mar 07, 2024
-
-
Francisco Bischoff authored
* Update Ubuntu base image and improve Dockerfile * Add unzip to Docker image dependencies Needed for the arm64 build * reset tabs * formalized lint rules for hadolint. however the Docker formatting is being handled by MS Docker extension which doesn't indent code as expected. WIP. * found a workaround to keep formatting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Mar 06, 2024
-
-
Sean Hatfield authored
* Groq LLM support complete * update useGetProvidersModels for groq models * Add definiations update comments and error log reports add example envs --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 19, 2024
-
-
Sean Hatfield authored
* implement custom support email for usermenu support button * small refactor --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 05, 2024
-
-
Sean Hatfield authored
* WIP embedded app * WIP got response from backend in embedded app * WIP streaming prints to embedded app * implemented streaming and tailwind min for styling into embedded app * WIP embedded app history functional * load params from script tag into embedded app * rough in modularization of embed chat cleanup dev process for easier dev support move all chat to components todo: build process todo: backend support * remove eslint config * Implement models and cleanup embed chat endpoints Improve build process for embed prod minification and bundle size awareness WIP * forgot files * rename to embed folder * introduce chat modal styles * add middleware validations on embed chat * auto open param and default greeting * reset chat history * Admin embed config page * Admin Embed Chats mgmt page * update embed * nonpriv * more style support reopen if chat was last opened * update comments * remove unused imports * allow change of workspace for embedconfig * update failure to lookup message * update reset script * update instructions * Add more styling options Add sponsor text at bottom Support dynamic container height Loading animations * publish new embed script * Add back syntax highlighting and keep bundle small via dynamic script build * add hint * update readme * update copy model for snippet with link to styles --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 26, 2024
-
-
Hakeem Abbas authored
* feature: Integrate Astra as vectorDBProvider feature: Integrate Astra as vectorDBProvider * Update .env.example * Add env.example to docker example file Update spellcheck fo Astra Update Astra key for vector selection Update order of AstraDB options Resize Astra logo image to 330x330 Update methods of Astra to take in latest vectorDB params like TopN and more Update Astra interface to support default methods and avoid crash errors from 404 collections Update Astra interface to comply to max chunk insertion limitations Update Astra interface to dynamically set dimensionality from chunk 0 size on creation * reset workspaces --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 18, 2024
-
-
Timothy Carambat authored
* feat: Add support for Zilliz Cloud by Milvus * update placeholder text update data handling stmt * update zilliz descriptor
-
- Jan 08, 2024
-
-
Francisco Bischoff authored
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> Co-authored-by:
Sean Hatfield <seanhatfield5@gmail.com>
-
- Dec 28, 2023
-
-
Timothy Carambat authored
Replace stream/sync chats with Langchain interface for now connect #499 ref: https://github.com/Mintplex-Labs/anything-llm/issues/495#issuecomment-1871476091
-
Timothy Carambat authored
* Prevent external service localhost question * add 0.0.0.0 to docker-invalid URL * clarify hint
-
Timothy Carambat authored
* Add support for Ollama as LLM provider resolves #493
-
- Aug 15, 2023
-
-
Timothy Carambat authored
* Add Qdrant support for embedding, chat, and conversation * Change comments
-
- Aug 09, 2023
-
-
Timothy Carambat authored
-
- Aug 04, 2023
-
-
Timothy Carambat authored
* Remove LangchainJS for chat support chaining Implement runtime LLM selection Implement AzureOpenAI Support for LLM + Emebedding WIP on frontend Update env to reflect the new fields * Remove LangchainJS for chat support chaining Implement runtime LLM selection Implement AzureOpenAI Support for LLM + Emebedding WIP on frontend Update env to reflect the new fields * Replace keys with LLM Selection in settings modal Enforce checks for new ENVs depending on LLM selection
-