anything-llm/server
Francisco Bischoff f499f1ba59
Using OpenAI API locally ()
* Using OpenAI API locally

* Infinite prompt input and compression implementation ()

* 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 ()

* 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 ()

resolves 
Add support for gpt-4-turbo 128K model

* 315 show citations based on relevancy score ()

* 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>
2023-11-09 12:33:21 -08:00
..
endpoints added JSONL export to workspace chats () 2023-11-08 17:36:54 -08:00
models Using OpenAI API locally () 2023-11-09 12:33:21 -08:00
prisma 315 show citations based on relevancy score () 2023-11-06 16:49:29 -08:00
storage remove bakup db 2023-10-24 18:05:18 -07:00
swagger AnythingLLM UI overhaul () 2023-10-23 13:10:34 -07:00
utils Using OpenAI API locally () 2023-11-09 12:33:21 -08:00
.env.example Using OpenAI API locally () 2023-11-09 12:33:21 -08:00
.gitignore AnythingLLM UI overhaul () 2023-10-23 13:10:34 -07:00
.nvmrc Implement Chroma Support () 2023-06-07 21:31:35 -07:00
index.js Replace custom sqlite dbms with prisma () 2023-09-28 14:00:03 -07:00
nodemon.json Full developer api () 2023-08-23 19:15:07 -07:00
package.json Infinite prompt input and compression implementation () 2023-11-06 13:13:53 -08:00
yarn.lock Infinite prompt input and compression implementation () 2023-11-06 13:13:53 -08:00