This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- 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 03, 2025
-
-
Sean Hatfield authored
update example env files
-
- Dec 31, 2024
-
-
Chaiwat Saithongcum authored
* Add support for Google Generative AI (Gemini) embedder * Add missing example in docker Fix UI key elements in options Add Gemini to data handling section Patch issues with chunk handling during embedding * remove dupe in env --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Dec 05, 2024
-
-
Timothy Carambat authored
* Add Support for NVIDIA NIM * update README * linting
-
- Nov 21, 2024
-
-
hdelossantos authored
* exposes `maxConcurrentChunks` parameter for the generic openai embedder through configuration. This allows setting a batch size for endpoints which don't support the default of 500 * Update new field to new UI make getting to ensure proper type and format --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Nov 04, 2024
-
-
Timothy Carambat authored
* feat: add new model provider: Novita AI * feat: finished novita AI * fix: code lint * remove unneeded logging * add back log for novita stream not self closing * Clarify ENV vars for LLM/embedder seperation for future Patch ENV check for workspace/agent provider --------- Co-authored-by:
Jason <ggbbddjm@gmail.com> Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Oct 29, 2024
-
-
Timothy Carambat authored
* Simple SSO feature for login flows from external services * linting
-
- Oct 21, 2024
-
-
Timothy Carambat authored
* Add Grok/XAI support for LLM & agents * forgot files
-
Timothy Carambat authored
* Enable the ability to disable the chat history UI * forgot files
-
- Oct 16, 2024
-
-
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>
-
- 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 13, 2024
-
-
Karl Anthony Baluyot authored
build: remove hardcoded exposed port
-
- Jul 25, 2024
-
-
Timothy Carambat 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
-
-
timothycarambat authored
-
Timothy Carambat authored
add AWS bedrock support for LLM + agents
-
- Jul 22, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
adjust docker perms
-
- Jul 20, 2024
-
-
timothycarambat authored
-
- Jul 19, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
* Improve frontend layer size and dep logging - test * add temp build image for branch * try to compress layers * clean apt-get post-install * Patch collector layer to preserve cache * prep merge
-
Timothy Carambat authored
* bump base image * Bump mysql * attestations * attestations perms * attestations perms * fix permissions for attestetions for master push * test cleanup * repin base image * revert base * patch frontend-clean * force resolve braces to fixed version * rebump
-
- Jun 24, 2024
-
-
timothycarambat authored
-
- Jun 21, 2024
-
-
Sean Hatfield authored
* implement generic openai embedding provider * linting * comment & description update for generic openai embedding provider * fix privacy for generic --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
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
-
- Jun 17, 2024
-
-
Philipp Metzler authored
format Markdown / YAML code snippet
-
- Jun 10, 2024
-
-
Serply authored
* added serply search api * undo remove of new line --------- Co-authored-by:
teampen <136991215+teampen@users.noreply.github.com>
-
Cyber Link authored
Added docker compose file that can be used on stand alone docker or in docker swarm with some modifications.
-
- Jun 06, 2024
-
-
Sean Hatfield authored
* add liteLLM embedding provider support * update tooltip id --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 23, 2024
-
-
Sean Hatfield authored
implement bing search engine for agents
-
- May 19, 2024
-
-
Sean Hatfield authored
* add support for voyageai embedder * remove unneeded import * linting * Add ENV examples Update how chunks are processed for Voyage use correct langchain import Add data handling --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- May 16, 2024
-
-
Sean Hatfield authored
* litellm LLM provider support * fix lint error * change import orders fix issue with model retrieval --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- 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 13, 2024
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* add api key support for oobabooga web ui * dont expose API Key for TextWebGenUi --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 08, 2024
-
-
Sean Hatfield authored
* add text gen web ui LLM provider support * update README * README typo * update TextWebUI display name patch workspace<>model support for provider --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-