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
Sean Hatfield
e2195a96d1
Workspace agent autoselection ( #2357 )
...
* refactor agent to add fallback to workspace, then to chat provider/model
* commenting
update logic for bedrock and fireworks fallbacks
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-09-25 13:30:20 -07:00
Sean Hatfield
074088d3cb
Bulk document removal from workspace
...
* wip improve remove document ux
* fix border ui bugs when adding files to workspace
* sort workspacedirectory put adding files at top
* fix workspace file row ui shifting
* fix selected items bug when adding another item with items already selected on workspace
* fix tooltip
* lint
* refactor
* fix bug where unadding single item while selected would stay selected
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-09-25 13:04:42 -07:00
Sean Hatfield
4ebc37b4e3
Export embedded chat history ( #2329 )
...
export embedded chat history
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-09-24 16:05:34 -07:00
Timothy Carambat
b44889a843
PR#2355 Continued + expanded scope ( #2365 )
...
* #2317 Fetch pinned documents once per folder to reduce the number of queries.
* Reorder the lines to keeps const declarations together.
* Add some comments to functions
move pinned document fetch for folder to function
move watched documents per-folder to also function the same
remove unused function in documents model
---------
Co-authored-by: Błażej Owczarczyk <blazeyy@gmail.com>
2024-09-24 15:55:54 -07:00
Sean Hatfield
ac91d0df9a
Add select/unselect all context menu to directory component ( #2337 )
...
add select/unselect all context menu to directory component
2024-09-23 14:19:55 -05:00
timothycarambat
48c9c2e212
Dont overwrite content in input on paste
...
linting
2024-09-23 11:07:56 -05:00
Sean Hatfield
d75fee0c07
Make streaming behavior more natural ( #2336 )
...
* fix scrolling behavior + add cursor to streaming chats
* lint
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-09-23 10:53:36 -05:00
Jaid
12b8af4654
Added JSONSchema for plugin.json
files ( #2344 )
...
Added JSONSchema for agent skill plugin manifest files
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
2024-09-23 10:25:29 -05:00
Timothy Carambat
a781345a0d
Enable Mistral Multimodal ( #2343 )
...
* Enable Mistral Multimodal
* remove console
2024-09-21 16:17:17 -05:00
Sean Hatfield
5a3d55db67
Fix custom domain in confluence ( #2328 )
...
confluence custom domain fix
2024-09-19 15:36:07 -05:00
Timothy Carambat
84c1f6e0ea
Add ability to copy/paste images, files, and text from web, local, or otherwise ( #2326 )
2024-09-19 14:44:49 -05:00
Timothy Carambat
4fa3d6d333
Load all branches in gitlab data connector ( #2325 )
...
* Fix gitlab data connector for self-hosted instances (#2315 )
* Linting fix.
* Load all branches in the GitLab data connector #2319
* #2319 lint fixes.
* update fetch on fail
---------
Co-authored-by: Błażej Owczarczyk <blazeyy@gmail.com>
2024-09-19 13:34:38 -05:00
Sean Hatfield
b7c7c0db98
Add more verbose error messages in embed chat ( #2306 )
...
* publish embed updates
* server sided error messages
* publish embed chat widget
* sync submodule
* unset change
* update embed to merged changes for error
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-09-19 11:28:45 -05:00
Blazej Owczarczyk
b25298c04a
Fix gitlab data connector for self-hosted instances ( #2315 ) ( #2316 )
...
* Fix gitlab data connector for self-hosted instances (#2315 )
* Linting fix.
2024-09-18 16:12:15 -05:00
Sean Hatfield
fb191d8ba7
Appearance setting for show/hide scroll bar on chat window ( #2187 )
...
* implement appearance setting for show/hide scrollbar
* put back comments
* revert backend for show_scrollbar
* show scrollbar save to localstorage
* old model function
* lint
* edit
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2024-09-16 16:09:54 -07:00
Timothy Carambat
a30fa9b2ed
1943 add fireworksai support ( #2300 )
...
* Issue #1943 : Add support for LLM provider - Fireworks AI
* Update UI selection boxes
Update base AI keys for future embedder support if needed
Add agent capabilites for FireworksAI
* class only return
---------
Co-authored-by: Aaron Van Doren <vandoren96+1@gmail.com>
2024-09-16 12:10:44 -07:00
Timothy Carambat
0deb0a01c6
Patch 11Labs selection UI bug ( #2284 )
...
* Patch 11Labs selection UI bug
* remove log
2024-09-13 18:00:28 -07:00
Timothy Carambat
644a35a32a
Patch UI bug with agent skill web-search and sql-connector ( #2282 )
...
* Patch UI bug with agent skill
* wrap call in try/catch for failures
res?. optional call for settings since null is default
* uncheck
2024-09-13 17:46:24 -07:00
Timothy Carambat
b557a289fe
Support @agent
custom skills ( #2280 )
...
* Support `@agent` custom skills
* move import
2024-09-13 14:35:10 -07:00
timothycarambat
297b8aaf01
update doc links and readme
2024-09-12 16:12:36 -07:00
Timothy Carambat
0cbe4d0b04
Make userId
actually optional for workspaceThread endpoint ( #2276 )
2024-09-12 13:33:41 -07:00
Timothy Carambat
906eb70ca1
bump Perplexity models ( #2275 )
2024-09-12 13:13:47 -07:00
timothycarambat
207b7d6fb0
bump ref to browser ext
2024-09-12 13:07:54 -07:00
Timothy Carambat
f5565dd6c9
Patch missing folder autogenerate for plugins ( #2273 )
2024-09-12 09:48:53 -07:00
Timothy Carambat
de9f9a0ce8
UI Cleanup ( #2270 )
...
Remove FineTuningBanner
remove AgentAlert for first time users
2024-09-11 13:17:29 -07:00
Timothy Carambat
43b6ece0a5
Update OpenAI models and prices #2261 ( #2269 )
...
* Update OpenAI models
* Sort OpenAI models by created timestamp in ascending order
* Update OpenAI models price
* uncheck fallback listing (even if old)
closes #2261
* linting
---------
Co-authored-by: Yaner <1468275133@qq.com>
2024-09-11 13:08:10 -07:00
Timothy Carambat
c612239ecb
Add Gemini exp
models ( #2268 )
...
Add Gemini models
resolves #2263
2024-09-11 13:03:14 -07:00
timothycarambat
7f2b344a90
update 128k label for Azure models
...
resolves #2264
2024-09-11 12:39:32 -07:00
Timothy Carambat
d1103e2b71
Add support for custom agent skills via plugins ( #2202 )
...
* Add support for custom agent skills via plugins
Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice
* lint
* dev build
* patch safeJson
patch label loading
* allow plugins with no config options
* lint
* catch invalid setupArgs in frontend
* update link to docs page for agent skills
* remove unneeded files
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-09-10 17:06:02 -07:00
Sean Hatfield
f3f6299aae
Fix UI for slash cmd presets ( #2260 )
...
* fix ui for slash cmd presets
* hide scroll
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-09-10 15:16:27 -07:00
Sean Hatfield
a58f271149
Milvus bug fix ( #2183 )
...
* patch no text results for milvus chunks
* wrap addDocumentToNamespace in try catch for handling milvus errors
* lint
* revert milvus db changes
* add try catch to handle grpc error from milvus
2024-09-09 15:32:08 -07:00
Mr Simon C
cf6928fd5d
match user prompts exactly not partially ( #2245 )
2024-09-09 14:40:06 -07:00
timothycarambat
9aa77dfb8d
Add verbose logging to GH loader
...
connect #2243
2024-09-09 14:36:37 -07:00
Mr Simon C
8b7b042e20
update docs showing no need for manual port forwarding of Server in G… ( #2247 )
...
update docs showing no need for manual port forwarding of Server in GHCodespaces
2024-09-09 12:49:23 -07:00