anything-llm/server/utils
Sean Hatfield 4f268dfeb6
[FEAT] Document picker folders for organization (#902)
* implement alternating color rows for file picker

* implement alternating colors for workspace directory

* remove unneeded props/variables

* remove unused border classes

* WIP new folder UI

* remove unneeded expanded prop from filerow component

* folder creation UI and files object manipulation WIP

* folder creation & moving files complete

* add developer API support for creating folders and moving files

* update alternating row css for file picker

* remove unneeded props from merge

* normalize paths for folders
priority to custom docs folder
silently fail on duplicate folders

* update folder icon to custom svg

* linting and move FolderIcon to JSX

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-03-20 16:10:30 -07:00
..
AiProviders [FEAT] Anthropic Haiku model support (#901) 2024-03-13 17:32:02 -07: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 Support external transcription providers (#909) 2024-03-14 15:43:26 -07: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] Document picker folders for organization (#902) 2024-03-20 16:10:30 -07:00
helpers Enable privacy and handling to be reviewed and modified (#910) 2024-03-14 16:56:15 -07: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