This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Jul 25, 2024
-
-
Timothy Carambat authored
* bump `jsonwebtoken` version * update dev build branch
-
Timothy Carambat authored
* Remove unused deps * improve dependency
-
- 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 AWS bedrock support for LLM + agents
-
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>
-
- Jul 20, 2024
-
-
Timothy Carambat authored
* patch CVE in old express-ws pkg * patch workflow * remove dev-image
-
- Jul 19, 2024
-
-
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
-
- Jul 03, 2024
-
-
Timothy Carambat authored
-
- Jun 27, 2024
-
-
Timothy Carambat authored
WIP on migration to @lancedb/lancedb NodeJS SDK
-
- 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 07, 2024
-
-
Sean Hatfield authored
* make thread name 'Thread' when new thread is created * implement auto generated thread titles * implement truncated prompt as thread name * move rename of thread into workspaceThread function --------- Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- Jun 06, 2024
-
-
Anush authored
Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
-
- May 16, 2024
-
-
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 08, 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 * Add Agent support for Ollama models * improve json parsing for ollama text responses
-
- 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
-
- May 02, 2024
-
-
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 30, 2024
-
-
Timothy Carambat authored
* Bump `openai` package to latest Tested all except localai * bump LocalAI support with latest image * add deprecation notice * linting
-
Timothy Carambat authored
* bump langchain deps * patch native and ollama providers remove deprecated deps --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Apr 29, 2024
-
-
Timothy Carambat authored
-
- Apr 19, 2024
-
-
Timothy Carambat authored
* Add support for Gemini-1.5 Pro bump @google/generative-ai pkg Toggle apiVersion if beta model selected resolves #1109 * update API messages due to package change
-
- Apr 18, 2024
-
-
Timothy Carambat authored
prevent rerenders of web-browsing for agents update openai latest pkg name
-
- Apr 16, 2024
-
-
Timothy Carambat authored
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
-
- Mar 08, 2024
-
-
timothycarambat authored
-
- Mar 06, 2024
-
-
Sean Hatfield authored
* implement new version of anthropic sdk and support new models * remove handleAnthropicStream and move to handleStream inside anthropic provider * update useGetProvidersModels for new anthropic models
-
- 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
-
-
Sean Hatfield authored
* remove support for import export anythingllm data * remove unused imports remove unused dep update lockfile --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Jan 13, 2024
-
-
Timothy Carambat authored
* improve native embedder handling of large files * perf changes * ignore storage tmp
-
- 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 09, 2024
-
-
Timothy Carambat authored
* Update build process to support multi-platform builds Bump @lancedb/vectordb to 0.1.19 for ARM&AMD compatibility Patch puppeteer on ARM builds because of broken chromium resolves #539 resolves #548 --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Jan 08, 2024
-
-
Timothy Carambat authored
patch lockfiles with new devdeps
-
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>
-
- Jan 04, 2024
-
-
Timothy Carambat authored
resolves #492
-
- Dec 28, 2023
-
-
Timothy Carambat authored
resolves #489
-
- Dec 07, 2023
-
-
Timothy Carambat authored
* Implement use of native embedder (all-Mini-L6-v2) stop showing prisma queries during dev * Add native embedder as an available embedder selection * wrap model loader in try/catch * print progress on download * add built-in LLM support (expiermental) * Update to progress output for embedder * move embedder selection options to component * saftey checks for modelfile * update ref * Hide selection when on hosted subdomain * update documentation hide localLlama when on hosted * saftey checks for storage of models * update dockerfile to pre-build Llama.cpp bindings * update lockfile * add langchain doc comment * remove extraneous --no-metal option * Show data handling for private LLM * persist model in memory for N+1 chats * update import update dev comment on token model size * update primary README * chore: more readme updates and remove screenshots - too much to maintain, just use the app! * remove screeshot link
-
- Dec 06, 2023
-
-
Timothy Carambat authored
* Implement use of native embedder (all-Mini-L6-v2) stop showing prisma queries during dev * Add native embedder as an available embedder selection * wrap model loader in try/catch * print progress on download * Update to progress output for embedder * move embedder selection options to component * forgot import * add Data privacy alert updates for local embedder
-
- Dec 05, 2023
-
-
pritchey authored
* Added improved password complexity checking capability. * Move password complexity checker as User.util dynamically import required libraries depending on code execution flow lint * Ensure persistence of password requirements on restarts via env-dump Copy example schema to docker env as well --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Nov 06, 2023
-
-
Timothy Carambat authored
* WIP on continuous prompt window summary * wip * Move chat out of VDB simplify chat interface normalize LLM model interface have compression abstraction Cleanup compressor TODO: Anthropic stuff * Implement compression for Anythropic Fix lancedb sources * cleanup vectorDBs and check that lance, chroma, and pinecone are returning valid metadata sources * Resolve Weaviate citation sources not working with schema * comment cleanup
-
- Oct 30, 2023
-
-
Timothy Carambat authored
* WIP Anythropic support for chat, chat and query w/context * Add onboarding support for Anthropic * cleanup * fix Anthropic answer parsing move embedding selector to general util
-