This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- May 23, 2024
-
-
Sean Hatfield authored
implement bing search engine for agents
-
Sean Hatfield authored
* implement custom icon on login screen for single & multi user + custom app name feature * hide field when not relevant * set customApp name * show original anythingllm login logo unless custom logo is set * nit-picks * remove console log --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- May 20, 2024
-
-
Timothy Carambat authored
* Allow setting of safety thresholds for Gemini * linting
-
- 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 18, 2024
-
-
Timothy Carambat authored
-
- 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>
-
Timothy Carambat authored
* Support SQL Agent skill * add MSSQL agent connector * Add frontend to agent skills remove FAKE_DB mock reset skills to pickup child-skill dynamically * add prompt examples for tools on untooled * add better logging on SQL agents * Wipe toolruns on each chat relay so tools can be used within the same session * update comments
-
- 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 10, 2024
-
-
Sean Hatfield authored
* add max tokens field to generic openai llm connector * add max_tokens property to generic openai agent provider
-
- 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>
-
- May 02, 2024
-
-
Sean Hatfield authored
* koboldcpp LLM support * update .env.examples for koboldcpp support * update LLM preference order update koboldcpp comments --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* getChatCompletion working WIP streaming * WIP * working streaming WIP abort stream * implement cohere embedder support * remove inputType option from cohere embedder * fix cohere LLM from not aborting stream when canceled by user * Patch Cohere implemention * add cohere to onboarding --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Apr 23, 2024
-
-
Timothy Carambat authored
* Add generic OpenAI endpoint support * allow any input for model in case provider does not support models endpoint
-
- Apr 19, 2024
-
-
Timothy Carambat authored
* Warn user when changing embedder with current progress already * update comment
-
- Apr 16, 2024
-
-
Timothy Carambat authored
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
-
- Apr 06, 2024
-
-
Timothy Carambat authored
* Enable customization of chunk length and overlap * fix onboarding link show max limit in UI and prevent overlap >= chunk size
-
- Apr 05, 2024
-
-
Timothy Carambat authored
* Enable per-workspace provider/model combination * cleanup * remove resetWorkspaceChatModels and wipeWorkspaceModelPreference to prevent workspace from resetting model * add space --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Apr 04, 2024
-
-
Timothy Carambat authored
-
- Mar 29, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
* Patch ability to update multi-user-flag once set * update logo function to safe update key values
-
- Mar 22, 2024
-
-
Timothy Carambat authored
-
- Mar 14, 2024
-
-
Timothy Carambat authored
-
Timothy Carambat authored
* Support External Transcription providers * patch files * update docs * fix return data
-
- 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 24, 2024
-
-
Sean Hatfield authored
* WIP openrouter integration * add OpenRouter options to onboarding flow and data handling * add todo to fix headers for rankings * OpenRouter LLM support complete * Fix hanging response stream with OpenRouter update tagline update comment * update timeout comment * wait for first chunk to start timer * sort OpenRouter models by organization * uppercase first letter of organization * sort grouped models by org --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 22, 2024
-
-
Sean Hatfield authored
* add LLM support for perplexity * update README & example env * fix ENV keys in example env files * slight changes for QA of perplexity support * Update Perplexity AI name --------- 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 08, 2024
-
-
Sean Hatfield authored
* WIP custom footer icons * UI for updating footer icons complete and backend to save/modify * add backend for unprotected footer fetch * break out footer into separate component and render footer items using a cache for 1 hour * wip review * refactor & cleanup * Optimize footer form component Optimize caching for footer icons Add validation on SystemSetting upserts Normalize fallback items for footer_data * Adjust max icons to 3 * fix success message on remove * fix success message on remove --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Feb 06, 2024
-
-
Timothy Carambat authored
-
- 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 23, 2024
-
-
Sean Hatfield authored
* migrate pinecone package to latest version and migrate pinecone vectordb provider class * remove pinecone environment name env variable and update docs to reflect removal & serverless support complete * migrate query for pinecone db * typo in log --------- 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
-
Sean Hatfield authored
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 17, 2024
-
-
Sean Hatfield authored
* add support for mistral api * update docs to show support for Mistral * add default temp to all providers, suggest different results per provider --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 12, 2024
-
-
Shuyoou authored
* issue #543 support milvus vector db * migrate Milvus to use MilvusClient instead of ORM normalize env setup for docs/implementation feat: embedder model dimension added * update comments --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 10, 2024
-
-
Sean Hatfield authored
* add Together AI LLM support * update readme to support together ai * Patch togetherAI implementation * add model sorting/option labels by organization for model selection * linting + add data handling for TogetherAI * change truthy statement patch validLLMSelection method --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Dec 28, 2023
-
-
Timothy Carambat authored
* Add support for Ollama as LLM provider resolves #493
-
Timothy Carambat authored
resolves #489
-