anything-llm/server/utils
Timothy Carambat c59ab9da0a
Refactor LLM chat backend (#717)
* refactor stream/chat/embed-stram to be a single execution logic path so that it is easier to maintain and build upon

* no thread in sync chat since only api uses it
adjust import locations
2024-02-14 12:32:07 -08:00
..
AiProviders Refactor LLM chat backend (#717) 2024-02-14 12:32:07 -08:00
boot 523-Added support for HTTPS to Server. (#524) 2024-01-04 17:22:15 -08:00
chats Refactor LLM chat backend (#717) 2024-02-14 12:32:07 -08:00
database Full developer api (#221) 2023-08-23 19:15:07 -07:00
EmbeddingEngines [FEAT] add support for new openai embedding models (#653) 2024-01-29 08:48:27 -08:00
files Add support to upload rawText document via api (#692) 2024-02-07 15:17:32 -08:00
helpers Refactor LLM chat backend (#717) 2024-02-14 12:32:07 -08:00
http prevent manager in multi-user from updatingENV via HTTP (#576) 2024-01-11 12:11:45 -08:00
middleware Implement workspace threading that is backwards compatible (#699) 2024-02-08 18:37:22 -08:00
prisma Add built-in embedding engine into AnythingLLM (#411) 2023-12-06 10:36:22 -08:00
telemetry Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
vectorDbProviders Patch lanceDB not deleting vectors from workspace (#655) 2024-01-29 09:49:22 -08:00