Sean Hatfield
d8e0c405a3
Serp options dark mode ( #2492 )
...
serp options dark mode
2024-10-16 15:03:20 -07:00
Sean Hatfield
5becc1dc3f
Experimental agreement modal dark mode ( #2491 )
...
experimental agreement modal dark mode
2024-10-16 14:53:00 -07:00
Sean Hatfield
5d4d28c9a2
Document pinning modal ui update ( #2490 )
...
document pinning modal ui update
2024-10-16 14:47:15 -07:00
timothycarambat
83b1949774
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into dark-mode
2024-10-16 14:20:23 -07:00
Timothy Carambat
93d7ce6d34
Handle Bedrock models that cannot use system
prompts ( #2489 )
2024-10-16 12:31:04 -07:00
Timothy Carambat
3dc0f3f490
Tts open ai compatible endpoints ( #2487 )
...
* Update OpenAI TTS config to allow a custom BaseURL
* uncheck config file
* break openai generic TTS into its own provider
* add space
* hide TTS on user msg
---------
Co-authored-by: Adam <phazei@gmail.com>
2024-10-15 21:39:31 -07:00
Sean Hatfield
fa528e0cf3
OpenAI o1 model support ( #2427 )
...
* support openai o1 models
* Prevent O1 use for agents
getter for isO1Model;
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-10-15 19:42:13 -07:00
Timothy Carambat
351a1447a7
Merge branch 'master' into dark-mode
2024-10-15 15:25:39 -07:00
Sean Hatfield
6674e5aab8
Support free-form input for workspace model for providers with no /models
endpoint ( #2397 )
...
* support generic openai workspace model
* Update UI for free form input for some providers
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-10-15 15:24:44 -07:00
shatfield4
3678365fca
merge with master
2024-10-15 14:59:44 -07:00
Sean Hatfield
625092bed3
Workspace preset commands modals dark mode ( #2484 )
...
update workspace preset dark mode modal
2024-10-15 14:43:20 -07:00
Sean Hatfield
66a81c21b7
Dark mode login screens ( #2483 )
...
* multi-user auth screen ui update
* dark mode login screen + recovery key modals
* remove unneeded import
2024-10-15 14:41:23 -07:00
Timothy Carambat
c3723ce2ff
Add backfilling on query
for chat widget to improve UX ( #2482 )
2024-10-15 14:37:44 -07:00
Sean Hatfield
be6289d141
Daily message limit per user ( #2417 )
...
* set message limit per user
* remove old limit user messages + unused admin page
* fix daily message validation
* refactor message limit input
refactor canSendChat on user to a method on user model
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-10-15 14:01:29 -07:00
Sean Hatfield
15ca5e8103
Fix file name/folder name truncation ( #2456 )
...
fix filename/foldername truncation
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-10-15 12:52:01 -07:00
Sean Hatfield
52f2f87179
Pasting text bug fix ( #2425 )
...
pasting text bug fix
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-10-15 12:46:53 -07:00
Sean Hatfield
cb4b0a878e
LiteLLM agent support ( #2460 )
...
* litellm agent support
* lint
* add LiteLLM provider config
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-10-15 12:43:14 -07:00
Timothy Carambat
bce7988683
Integrate Apipie support directly ( #2470 )
...
resolves #2464
resolves #989
Note: Streaming not supported
2024-10-15 12:36:06 -07:00
shatfield4
79898610cc
Merge branch 'master' into dark-mode
2024-10-15 12:10:48 -07:00
Sean Hatfield
8cd2d8a65f
Dark mode privacy & experimental pages ( #2479 )
...
* document watch + privacy pages ui + mobile modal darkmode
* lint
2024-10-15 12:09:36 -07:00
shatfield4
ec3cc68bd5
lint
2024-10-14 18:12:42 -07:00
Sean Hatfield
6b4ec84972
update all modals + normalize styles ( #2471 )
2024-10-14 18:11:50 -07:00
Timothy Carambat
1a0ddfcd20
hide config for agent skills to manager (perm not allowed) ( #2469 )
2024-10-14 14:25:22 -07:00
Sean Hatfield
841a83708e
Dark mode onboarding ( #2461 )
...
dark mode onboarding
2024-10-11 17:06:46 -07:00
Sean Hatfield
a302aab6d4
Dark mode UI for admin and tools pages + mobile view improvements ( #2454 )
...
* dark mode ui for admin and tools pages + mobile view improvements
* lint
* ai provider pages + options darkmode ui
* placeholder generic class
* appearance settings styles
* ai providers mobile margin
* dark mode styles for agent skills + experimental features
* mobile styles on security settings
* fine tune flow ui dark mode
* workspace settings page
* lint
2024-10-11 14:46:06 -07:00
Sean Hatfield
a2098a78b9
Dark mode welcome page ( #2444 )
...
* dark mode welcome page styles + refactor
* remove AI_BACKGROUND_COLOR and USER_BACKGROUND_COLOR constants
2024-10-08 17:05:26 -07:00
Sean Hatfield
29eff8a27f
Dark mode chat window ( #2443 )
...
* Support XLSX files (#2403 )
* support xlsx files
* lint
* create seperate docs for each xlsx sheet
* lint
* use node-xlsx pkg for parsing xslx files
* lint
* update error handling
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
* wip chat window
* ux+ux improvements and update new colors
* chat window dark mode
* remove comment
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-10-08 16:16:29 -07:00
shatfield4
88f5bb5ce1
fix sidebar resizing/truncate issue on hover
2024-10-03 16:29:19 -07:00
Sean Hatfield
b658f5012d
Support XLSX files ( #2403 )
...
* support xlsx files
* lint
* create seperate docs for each xlsx sheet
* lint
* use node-xlsx pkg for parsing xslx files
* lint
* update error handling
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-10-03 13:45:23 -07:00
Sean Hatfield
4df47420be
Settings sidebar UI updates ( #2416 )
...
settings sidebar ui updates
2024-10-03 11:50:20 -07:00
shatfield4
eee99d3617
Merge branch 'master' into dark-mode
2024-10-03 10:56:29 -07:00
Sean Hatfield
d0546a47df
Dark mode setup themes ( #2411 )
...
* setup generic tailwind theme + ability to add new themes
* add theme context
* use correct colors from design for sidebar + fix padding
2024-10-02 18:06:31 -07:00
Timothy Carambat
93d64642f3
Add exception handling for special case files like Dockerfile
and Jenkinsfile
( #2410 )
2024-10-02 15:13:31 -07:00
Sean Hatfield
5ac6020480
Tavily search web search agent support ( #2395 )
...
* support tavily search web search agent
* lint
* remove unneeded comments
2024-10-01 14:52:57 -07:00
shatfield4
cbc4e80d31
Merge branch 'master' into dark-mode
2024-09-30 16:56:01 -07:00
Blazej Owczarczyk
348d9c8285
Add 3GB file size limit to body parser middlewares ( #2390 )
2024-09-30 11:19:41 -07:00
Blazej Owczarczyk
e07535471f
Added voyage-3 and voyage-3-lite. ( #2394 )
2024-09-30 09:37:25 -07:00
a4v2d4
cadc09d71a
[FEAT] Add Llama 3.2 models to Fireworks AI's LLM selection dropdown ( #2384 )
...
Add Llama 3.2 3B and 1B models to Fireworks AI LLM selection
2024-09-28 15:30:56 -07:00
Timothy Carambat
300e141736
Patch bug with pasted text not being detected ( #2386 )
2024-09-28 15:29:31 -07:00
Sean Hatfield
3adc5e4c50
Main container color update ( #2382 )
2024-09-27 17:42:33 -07:00
Sean Hatfield
83ab8a0912
New sidebar colors ( #2381 )
...
new sidebar colors
2024-09-27 17:35:56 -07:00
Sean Hatfield
4eb3ded7e2
Refactor workspace sidebar component styles ( #2380 )
...
rely on css for conditional styles
2024-09-27 16:54:11 -07:00
timothycarambat
30d2f0914a
Once again, modify Confluence to support every esoteric combination and undocumented way of running Confluence ever devised
...
resolves #2379
2024-09-27 09:43:19 -07:00
Sean Hatfield
7390bae6f6
Support DeepSeek ( #2377 )
...
* add deepseek support
* lint
* update deepseek context length
* add deepseek to onboarding
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-09-26 12:55:12 -07:00
Timothy Carambat
30645831a1
1959 filetype filters ( #2378 )
...
* Updated the `GitHubRepoLoader` class to use the new import syntax and adjust the `recursiveLoader` method accordingly.
* add @langchain/community to collector package.json
* fix: Improve handling of complex ignore patterns in GitLabRepoLoader
* refactor: use ignore package for simplified ignore logic
* run yarn lint
* add @langchain/community@^0.2.23
* remove unused dep
lint
---------
Co-authored-by: Emil Rofors (aider) <emirof@gmail.com>
2024-09-26 12:50:35 -07:00
Blazej Owczarczyk
b2123b13b0
Added an option to fetch issues from gitlab. Made the file fetching a… ( #2335 )
...
* Added an option to fetch issues from gitlab. Made the file fetching asynchornous to improve performance. #2334
* Fixed a typo in loadGitlabRepo.
* Convert issues to markdown.
* Fixed an issue with time estimate field names in issueToMarkdown.
* handle rate limits more gracefully + update checkbox to toggle switch
* lint
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-09-26 11:45:18 -07:00
Timothy Carambat
961b567541
Add dropdown for confluence connector deployment ( #2376 )
2024-09-26 08:49:05 -07:00
Sean Hatfield
4488744850
Support more Confluence URL formats ( #2118 )
...
* support more confluence url formats
* use pattern matching for confluence urls and manual splitting as fallback
* rework entire Confluence flow to prevent issues with custom, local, and cloud spaces
* remove dep
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-09-25 16:12:17 -07:00
Timothy Carambat
44dddcd4af
1417 completion timeout ( #2374 )
...
* Refactor handleDefaultStreamResponseV2 function for better error handling
* run yarn lint
* small error handling changes
* update error handling flow and scope of vars
* add back space
---------
Co-authored-by: Roman <rrojaski@gmail.com>
2024-09-25 14:00:19 -07:00
Sean Hatfield
e6c4eb3f1c
Support attachments in developer API ( #2373 )
...
* support attachments in developer api
* lint
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-09-25 13:44:26 -07:00