anything-llm/server/utils
Sean Hatfield 04399b1328
[FEAT] Ability to set workspace profile image (#847)
* WIP workspace pfp, CRUD functions complete

* implement fetching workspace pfp in UserIcon component

* update UI for workspace settings pfp

* minor css refactor

* WIP fixes to workspace pfp

* create responseCache for workspace pfp blob to improve performance

* fix cache not clearing when removing workspace pfp and remove unneeded util

* load workspace image once, dont reload

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-03-12 11:36:59 -07:00
..
AiProviders [FEAT] Claude 3 support and implement new version of Anthropic SDK (#863) 2024-03-06 14:57:47 -08:00
boot 523-Added support for HTTPS to Server. (#524) 2024-01-04 17:22:15 -08:00
chats Enable ability to do full-text query on documents (#758) 2024-02-21 13:15:45 -08:00
collectorApi Migrate document processor to class (#735) 2024-02-16 16:32:25 -08:00
database Full developer api (#221) 2023-08-23 19:15:07 -07:00
DocumentManager Enable ability to do full-text query on documents (#758) 2024-02-21 13:15:45 -08:00
EmbeddingEngines 788 ollama embedder (#814) 2024-02-26 16:12:20 -08:00
files [FEAT] Ability to set workspace profile image (#847) 2024-03-12 11:36:59 -07:00
helpers [FEAT] Claude 3 support and implement new version of Anthropic SDK (#863) 2024-03-06 14:57:47 -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 [FIX] : missing import for parseAuthHeader in server/utils/vectorDbProviders/chroma/index.js (#869) 2024-03-06 09:14:36 -08:00