-
- Downloads
Using OpenAI API locally (#335)
* 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>
Showing
- README.md 5 additions, 4 deletionsREADME.md
- docker/.env.example 4 additions, 0 deletionsdocker/.env.example
- frontend/src/components/LLMSelection/LMStudioOptions/index.jsx 59 additions, 0 deletions...end/src/components/LLMSelection/LMStudioOptions/index.jsx
- frontend/src/media/llmprovider/lmstudio.png 0 additions, 0 deletionsfrontend/src/media/llmprovider/lmstudio.png
- frontend/src/pages/GeneralSettings/LLMPreference/index.jsx 14 additions, 0 deletionsfrontend/src/pages/GeneralSettings/LLMPreference/index.jsx
- frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx 16 additions, 0 deletions...boardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx
- server/.env.example 5 additions, 1 deletionserver/.env.example
- server/models/systemSettings.js 13 additions, 0 deletionsserver/models/systemSettings.js
- server/utils/AiProviders/lmStudio/index.js 139 additions, 0 deletionsserver/utils/AiProviders/lmStudio/index.js
- server/utils/helpers/index.js 6 additions, 1 deletionserver/utils/helpers/index.js
- server/utils/helpers/updateENV.js 28 additions, 1 deletionserver/utils/helpers/updateENV.js
Loading
Please register or sign in to comment