This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Jan 09, 2025
-
-
ReindeerFlotilla authored
* feat: add support for voyage-3-large and voyage-code-3 embedding models - Add voyage-3-large and voyage-code-3 to VoyageAiOptions dropdown - Update getMaxEmbeddingLength to support 32k context for new models - Update .env.example with new model options * unset env example --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 07, 2025
-
-
timothycarambat authored
resolves #2943
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
- Jan 03, 2025
-
-
Sean Hatfield authored
update example env files
-
- Jan 02, 2025
-
-
Timothy Carambat authored
* Reranker WIP * add cacheing and singleton loading * Add field to workspaces for vectorSearchMode Add UI for lancedb to change mode update all search endpoints to pass in reranker prop if provider can use it * update hint text * When reranking, swap score to rerank score * update optchain
-
Timothy Carambat authored
* make `similarityResponse` object arguments and not positional * reuse client for qdrant
-
- Jan 01, 2025
-
-
Shixian Sheng authored
-
timothycarambat authored
floor ms value
-
- Dec 31, 2024
-
-
timothycarambat authored
-
Timothy Carambat authored
-
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 30, 2024
-
-
Sean Hatfield authored
* prevent non admin users from changing llm settings via custom-models endpoint * permission middleware to JSDOC --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* add audio file validations * patch sharp to support wavfile parsing --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* patch unauthorized viewing of other user's pfps * inline return responses --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* normalize paths on files uploaded to prevent arbitrary file writes * force normalize path in string parse --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
fix typo in frontend for SearXNG agent setup
-
- Dec 29, 2024
-
-
Sean Hatfield authored
show scrollbar on rendered tables in chat Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
connect #2898
-
- Dec 19, 2024
-
-
Sean Hatfield authored
fix styles of ChangeWarningModal
-
- Dec 18, 2024
-
-
timothycarambat authored
-
Sean Hatfield authored
* fix light mode table colors * fix table styles from being overwritten in other sections that are not chat messages --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
-
wolfganghuse authored
fixed wrong metadata assignment
-
Timothy Carambat authored
remove fine-tuning flow
-
- Dec 17, 2024
-
-
Timothy Carambat authored
* Add support for gemini authenticated models endpoint add customModels entry add un-authed fallback to default listing separate models by expiermental status resolves #2866 * add back improved logic for apiVersion decision making
-
- Dec 16, 2024
-
-
Timothy Carambat authored
* Enable default users to be able to add attachments, but not files to chats
-
Sean Hatfield authored
* add writible fields to dev api new workspace endpoint * lint * implement validations for workspace model * update swagger comments * simplify validations for workspace on frontend and API * cleanup validations --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
Timothy Carambat authored
* WIP performance metric tracking * fix: patch UI trying to .toFixed() null metric Anthropic tracking migraiton cleanup logs * Apipie implmentation, not tested * Cleanup Anthropic notes, Add support for AzureOpenAI tracking * bedrock token metric tracking * Cohere support * feat: improve default stream handler to track for provider who are actually OpenAI compliant in usage reporting add deepseek support * feat: Add FireworksAI tracking reporting fix: improve handler when usage:null is reported (why?) * Add token reporting for GenericOpenAI * token reporting for koboldcpp + lmstudio * lint * support Groq token tracking * HF token tracking * token tracking for togetherai * LiteLLM token tracking * linting + Mitral token tracking support * XAI token metric reporting * native provider runner * LocalAI token tracking * Novita token tracking * OpenRouter token tracking * Apipie stream metrics * textwebgenui token tracking * perplexity token reporting * ollama token reporting * lint * put back comment * Rip out LC ollama wrapper and use official library * patch images with new ollama lib * improve ollama offline message * fix image handling in ollama llm provider * lint * NVIDIA NIM token tracking * update openai compatbility responses * UI/UX show/hide metrics on click for user preference * update bedrock client --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* wip remove all docs clear vector db on embedder/vector db change * purge all cached docs and remove docs from workspaces on vectordb/embedder change * lint * remove unneeded console log * remove reset vector stores endpoint and move to server side updateENV with postUpdate check * reset embed module * remove unused import * simplify deletion process rescoped document deletion to be more general for speed, everything needs to be reset anyway fixed issue where unembedded docs not in any workspaces, but cached, were not removed * add back missing readme file update warning text modals --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
wolfganghuse authored
* added attachments to genericopenai prompt * add devnote --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Timothy Carambat authored
deprecate old endpoint which users workspace ID vs slug resolves #2838
-
- Dec 14, 2024
-
-
timothycarambat authored
-
Sean Hatfield authored
add thread name to workspaces get endpoint Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Dec 13, 2024
-
-
Sean Hatfield authored
* fix apipie streaming/sort by chat models * lint * linting --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Dec 12, 2024
-
-
Timothy Carambat authored
-