"Dockerfile.alpine" did not exist on "39f0c2008fd5b3f927f6993647f5f9e0a9cd71c9"
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm.
Pull mirroring updated .
- Nov 17, 2023
-
-
Sean Hatfield authored
* WIP adding url uploads to document picker * fix manual script for uploading url to custom-documents * fix metadata for url scraping * wip url parsing * update how async link scraping works * docker-compose defaults added no autocomplete on URLs --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Nov 16, 2023
-
-
Timothy Carambat authored
-
Sean Hatfield authored
* allow use of any embedder for any llm/update data handling modal * Apply embedder override and fallback to OpenAI and Azure models --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
add id to all metadata to prevent errors in frontend docuemnt picker Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* added warning modal to LLM preference * added warning modal for changing embedder * remove warning from LLM preference & add warning to vector database selection * linting * remove comments and move warning modal to component --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
- Nov 15, 2023
-
-
timothycarambat authored
-
- Nov 14, 2023
-
-
Timothy Carambat authored
resolves #367
-
Sean Hatfield authored
* update NewUserModal to match ui styles * fix bg color of invite screen/auto login after accept invitation * fix error text color * cleanup --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* disable prisma logs on prod * linting * keep const top level --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Tobias Landenberger authored
* feature: add localAi as embedding provider * chore: add LocalAI image * chore: add localai embedding examples to docker .env.example * update setting env pull models from localai API * update comments on embedder Dont show cost estimation on UI --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
Timothy Carambat authored
* feature: add LocalAI as llm provider * update Onboarding/mgmt settings Grab models from models endpoint for localai merge with master * update streaming for complete chunk streaming update localAI LLM to be able to stream * force schema on URL --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> Co-authored-by:
tlandenberger <tobiaslandenberger@gmail.com>
-
- Nov 13, 2023
-
-
Timothy Carambat authored
* assume default model where appropriate * merge with master and fix other model refs * disallow robots * add public file
-
Timothy Carambat authored
* assume default model where appropriate * merge with master and fix other model refs
-
Timothy Carambat authored
* [Draft] Enable chat streaming for LLMs * stream only, move sendChat to deprecated * Update TODO deprecation comments update console output color for streaming disabled
-
Sean Hatfield authored
* added manager role to options * block default role from editing workspace settings on workspace and text input box * block default user from accessing settings at all * create manager route * let pass through if in single user mode * fix permissions for manager and admin roles in settings * fix settings button for single user and remove unneeded console.logs * rename routes and paths for clarity * admin, manager, default roles complete * remove unneeded comments * consistency changes * manage permissions for mum modes * update sidebar for single-user mode * update comment on middleware Modify permission setting for admins * update render conditional * Add role usage hint to each role --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Nov 11, 2023
-
-
Timothy Carambat authored
* Add better code-block hightlighting and styles * add fallback class
-
Timothy Carambat authored
track subuser anon
-
- Nov 10, 2023
-
-
Tobias Landenberger authored
-
- Nov 09, 2023
-
-
timothycarambat authored
-
timothycarambat authored
-
Francisco Bischoff authored
* Using OpenAI API locally * Infinite prompt input and compression implementation (#332) * 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 * disable import on hosted instances (#339) * disable import on hosted instances * Update UI on disabled import/export --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com> * Add support for gpt-4-turbo 128K model (#340) resolves #336 Add support for gpt-4-turbo 128K model * 315 show citations based on relevancy score (#316) * settings for similarity score threshold and prisma schema updated * prisma schema migration for adding similarityScore setting * WIP * Min score default change * added similarityThreshold checking for all vectordb providers * linting --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com> * rename localai to lmstudio * forgot files that were renamed * normalize model interface * add model and context window limits * update LMStudio tagline * Fully working LMStudio integration --------- Co-authored-by:
Francisco Bischoff <984592+franzbischoff@users.noreply.github.com> Co-authored-by:
Timothy Carambat <rambat1010@gmail.com> Co-authored-by:
Sean Hatfield <seanhatfield5@gmail.com>
-
Timothy Carambat authored
replace all React-feather icons with phosphor icons fully remove package-lock.json files - yarn only
-
Sean Hatfield authored
* added onboarding data handling modal * adding data handling modal component * update element to list Update copy * remove useEffect dep * refactor onboarding navigation using history --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
Sean Hatfield authored
* added JSONL export to workspace chats * change permissions for workspace chat settings * change permissions for workspace chat settings * Show error for correct limit on fine-tune Change sidebar position and permission Remove check for MUM --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
- Nov 07, 2023
-
-
Timothy Carambat authored
* settings for similarity score threshold and prisma schema updated * prisma schema migration for adding similarityScore setting * WIP * Min score default change * added similarityThreshold checking for all vectordb providers * linting --------- Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
-
- Nov 06, 2023
-
-
Timothy Carambat authored
resolves #336 Add support for gpt-4-turbo 128K model
-
Sean Hatfield authored
* disable import on hosted instances * Update UI on disabled import/export --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
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
-
- Nov 03, 2023
-
-
Timothy Carambat authored
-
- Nov 02, 2023
-
-
Sean Hatfield authored
* workspace not found modal updated to match ui * update text preview modal to match new ui * Mobile styles --------- Co-authored-by:
timothycarambat <rambat1010@gmail.com>
-
timothycarambat authored
-
timothycarambat authored
-
timothycarambat authored
-
Sean Hatfield authored
* fix white border around user avatar * add toast into settings menu on change/error
-
- Nov 01, 2023
-
-
Timothy Carambat authored
-
Sean Hatfield authored
fix white border around user avatar
-
timothycarambat authored
-