timothycarambat
72c9fda6c9
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-05-14 12:50:17 -07:00
Sean Hatfield
612a7e1662
[FEAT] Website depth scraping data connector ( #1191 )
...
* WIP website depth scraping, (sort of works)
* website depth data connector stable + add maxLinks option
* linting + loading small ui tweak
* refactor website depth data connector for stability, speed, & readability
* patch: remove console log
Guard clause on URL validitiy check
reasonable overrides
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-05-14 12:49:14 -07:00
Timothy Carambat
b6be43be95
Add Speech-to-text and Text-to-speech providers ( #1394 )
...
* Add Speech-to-text and Text-to-speech providers
* add files and update comment
* update comments
* patch: bad playerRef check
2024-05-14 11:57:21 -07:00
timothycarambat
a87978d1d9
Make LanceDB the vector database default provider in backend to prevent issues where somehow this key is not set by the user resulting in a Pinecone error even though they never said they wanted Pinecone to be their vector db
2024-05-13 12:22:53 -07:00
timothycarambat
790fd58b97
no AuthToken unset for enable multi-user
2024-05-13 08:42:02 -07:00
timothycarambat
6c1b5477e0
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-05-10 15:03:10 -07:00
Sean Hatfield
734c5a9e96
[FEAT] Implement regenerate response button ( #1341 )
...
* implement regenerate response button
* wip on rerenders
* remove function that was duplicate
* update delete-chats function
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-05-10 14:47:29 -07:00
Sean Hatfield
d36c3ff8b2
[FEAT] Slash templates ( #1314 )
...
* WIP slash presets
* WIP slash command customization CRUD + validations complete
* backend slash command support
* fix permission setting on new slash commands
rework form submit and pattern on frontend
* Add field updates for hooks,
required=true to field
add user<>command constraint to keep them unique
enforce uniquness via teritary uid field on table for multi and non-multi user
* reset migration
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-05-10 12:35:33 -07:00
timothycarambat
8aba28b02e
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-05-08 14:12:33 -07:00
Imtiaz Mehmood
ad778dd36d
Feat/quick delete chat ( #1302 )
...
* feat:quick delete chat thread
* update:pull request template
* refactor bulk-deletion implementation
* unset pull_request_changes
* add border none for desktop support
* unset marks when toggling bulk mode
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-05-08 11:10:00 -07:00
Timothy Carambat
1b4559f57f
Add LMStudio agent support (generic) support ( #1246 )
...
* add LMStudio agent support (generic) support
"work" with non-tool callable LLMs, highly dependent on system specs
* add comments
* enable few-shot prompting per function for OSS models
2024-05-07 16:35:47 -07:00
timothycarambat
c60077a078
merge with master
2024-05-03 10:02:53 -07:00
timothycarambat
b69bf7cc27
Clearing of events does not reload anymore
...
updating workspace name does not result in reload anymore
set event log page size to 10
fix css issues with charts
2024-05-01 16:13:20 -07:00
timothycarambat
6150ff41ea
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-05-01 13:33:07 -07:00
Sean Hatfield
348b36bf85
[FEAT] Confluence data connector ( #1181 )
...
* WIP Confluence data connector backend
* confluence data connector complete
* confluence citations
* fix citation for confluence
* Patch confulence integration
* fix Citation Icon for confluence
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-04-25 17:53:38 -07:00
Sean Hatfield
11f6419c3c
[FEAT] Implement new login screen UI & multi-user password reset ( #1074 )
...
* WIP new login screen UI
* update prisma schema/create new models for pw recovery
* WIP password recovery backend
* WIP reset password flow
* WIP pw reset flow
* password reset logic complete & functional UI
* WIP login screen redesign for single and multi user
* create placeholder modal to display recovery codes
* implement UI for recovery code modals/download recovery codes
* multiuser desktop password reset UI/functionality complete
* support single user mode for pw reset
* mobile styles for all password reset/login flows complete
* lint
* remove single user password recovery
* create PasswordRecovery util file to make more readable
* do not drop-replace users table in migration
* review pr
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-04-25 16:52:30 -07:00
timothycarambat
d25933930b
merge with master
2024-04-25 07:35:55 -07:00
timothycarambat
37f4db36a6
resolves #1156
...
Fixed prisma command response on api workspace update-embeddings
2024-04-21 11:45:34 -07:00
timothycarambat
45505630a6
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-04-17 11:55:57 -07:00
Timothy Carambat
a5bb77f97a
Agent support for @agent
default agent inside workspace chat ( #1093 )
...
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
2024-04-16 10:50:10 -07:00
timothycarambat
fde4e5400f
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-04-12 14:57:46 -07:00
Timothy Carambat
a8e731f548
Add ability for owner to reset just the workspace vector DB ( #1094 )
...
* Add ability for owner to reset just the workspace vector DB
* explicit border none
2024-04-12 14:50:39 -07:00
timothycarambat
75ced7e65a
merge with master
...
Patch LLM selection for native to be disabled
2024-04-07 14:55:18 -07:00
Timothy Carambat
ce98ff4653
Enable customization of chunk length and overlap ( #1059 )
...
* Enable customization of chunk length and overlap
* fix onboarding link
show max limit in UI and prevent overlap >= chunk size
2024-04-06 16:38:07 -07:00
Timothy Carambat
94b58249a3
Enable per-workspace provider/model combination ( #1042 )
...
* Enable per-workspace provider/model combination
* cleanup
* remove resetWorkspaceChatModels and wipeWorkspaceModelPreference to prevent workspace from resetting model
* add space
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-04-05 10:58:36 -07:00
timothycarambat
8305bbaf7f
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-04-02 14:54:07 -07:00
Sean Hatfield
41fe20f2e0
[FEAT] Implement new workspace members settings and admin users UI updates ( #990 )
...
* members workspace settings menu and admin users UI updates
* change copy/fix admin and managers in workspace when not showing in UI
* remove existing workspace user mgmt modal
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-04-02 14:53:35 -07:00
timothycarambat
a4c1d42e41
merge with master
2024-04-02 14:33:32 -07:00
timothycarambat
b1a2fa6385
Stringify username/pass
2024-04-01 12:11:46 -07:00
Timothy Carambat
b8d37d9f43
Handle no-mutli-part form data error ( #1004 )
2024-04-01 12:06:47 -07:00
timothycarambat
2374939ffb
security: patch primsa expansion on token request
2024-03-29 11:47:30 -07:00
Timothy Carambat
52fac84422
Patch ability to update multi-user-flag once set ( #993 )
...
* Patch ability to update multi-user-flag once set
* update logo function to safe update key values
2024-03-29 10:56:32 -07:00
timothycarambat
99cfee1e70
sec: fix enable-multi-user preflight check to prevent error loop
2024-03-27 12:20:53 -07:00
Timothy Carambat
1ecefe8bed
Add ability to add invitee to workspaces automatically ( #975 )
2024-03-26 16:38:32 -07:00
timothycarambat
1cd255c1ec
deprecate /migrate endpoint
2024-03-26 15:32:07 -07:00
timothycarambat
971c54e2c8
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-03-26 14:12:09 -07:00
Sean Hatfield
35a155d3ac
Workspace prompt changes ( #949 )
...
* track workspace prompt change
* refactor
* modify arg order
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-03-21 15:25:42 -07:00
timothycarambat
373c833aad
path API document mgmt with STORAGE_DIR
2024-03-21 15:10:44 -07:00
timothycarambat
22ef2c287d
folder mgmt, use STORAGE_DIR
2024-03-21 15:03:52 -07:00
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
timothycarambat
429ea0c805
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-03-12 12:29:57 -07:00
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
timothycarambat
d1d29ff2e4
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-03-08 12:56:28 -08:00
timothycarambat
273d824df4
patch: do not block response if user password check failed
2024-03-06 17:14:17 -08:00
timothycarambat
2b6e1db79b
merge with master
2024-02-27 23:12:09 -08:00
Timothy Carambat
9e085baf5e
Add chat-export to API ( #831 )
2024-02-27 12:52:57 -08:00
Timothy Carambat
bbe3c0a5d6
Bulk remove files from file picker ( #830 )
...
Do bulk deletion on backend
2024-02-27 11:53:42 -08:00
timothycarambat
28069040f3
merge with master
2024-02-21 15:16:01 -08:00
timothycarambat
ae01785220
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into render
2024-02-21 15:11:45 -08:00
Timothy Carambat
791c0ee9dc
Enable ability to do full-text query on documents ( #758 )
...
* Enable ability to do full-text query on documents
Show alert modal on first pin for client
Add ability to use pins in stream/chat/embed
* typo and copy update
* simplify spread of context and sources
2024-02-21 13:15:45 -08:00