Lucas Oliveira
d7f384e7ca
updated onboarding component with watsonx
2025-09-22 12:58:14 -03:00
Cole Goldsmith
2a2a5562cb
fix app layout
2025-09-22 10:54:24 -05:00
Lucas Oliveira
a747f3712d
updated colors and styling
2025-09-22 10:13:00 -03:00
Lucas Oliveira
43f94f9f4b
added model validation and onboarding finishing
2025-09-20 12:09:27 -03:00
Lucas Oliveira
54ea9fa0fd
fixed logo
2025-09-20 12:07:46 -03:00
Cole Goldsmith
a5816046f3
more table column styles
2025-09-19 15:49:09 -05:00
Cole Goldsmith
4291cf5d45
Merge branch 'main' into feat/move-filters
2025-09-19 15:21:25 -05:00
Cole Goldsmith
8f3b149034
add more mutation queries and fix backend to wait for updates
2025-09-19 15:21:18 -05:00
Brent O'Neill
99bf3772b5
updated header for chunks page
2025-09-19 12:16:20 -06:00
Mike Fortman
88c9d60986
add docling presets
2025-09-19 12:04:23 -05:00
Eric Hare
04d293f289
Merge branch 'main' into feat-sharepoint-auth
2025-09-19 09:58:10 -07:00
phact
4b58f3564a
lint
2025-09-19 11:49:34 -04:00
Deon Sanchez
e9de598a0f
Implement ingest settings in UnifiedCloudPicker and IngestSettings components
...
- Added IngestSettings interface to define settings structure.
- Integrated ingest settings state management in UnifiedCloudPicker.
- Updated IngestSettings component to handle user input for chunk size, chunk overlap, OCR, and picture descriptions.
- Passed settings and change handler to IngestSettings from UnifiedCloudPicker.
- Enhanced UploadProviderPage to utilize ingest settings during file upload.
2025-09-19 09:26:12 -06:00
phact
faf35c2a0e
lint
2025-09-19 11:25:17 -04:00
phact
a8d09fbf93
lint fix
2025-09-19 11:24:10 -04:00
phact
f81bff1043
task tracking running jobs
2025-09-19 11:22:01 -04:00
Mike Fortman
9ad1fb3f4f
Merge branch 'main' of github.com:langflow-ai/openrag into feat/onboarding
2025-09-18 21:04:37 -05:00
Cole Goldsmith
03116937ad
Merge branch 'main' into feat/move-filters
2025-09-18 17:13:15 -05:00
Deon Sanchez
ce34c8ab0f
Merge branch 'main' of https://github.com/langflow-ai/openrag into feat-sharepoint-auth
2025-09-18 16:11:13 -06:00
Mike Fortman
6a11aec195
update model selectors
2025-09-18 17:03:51 -05:00
Cole Goldsmith
a97c6af0de
fix grid truncation
2025-09-18 16:56:10 -05:00
Cole Goldsmith
e33adda6fb
start creating a new filters component
2025-09-18 16:33:16 -05:00
Lucas Oliveira
d68a787017
Added models fetching
2025-09-18 18:25:00 -03:00
Lucas Oliveira
4cbdf6ed19
disabled overflow on base layout
2025-09-18 17:46:23 -03:00
Lucas Oliveira
eea41c04d9
Refactored to have models inside ollama
2025-09-18 17:39:49 -03:00
Mike Fortman
dec24fc759
Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding
2025-09-18 15:23:46 -05:00
Mike Fortman
561e33bd6d
fix settings interface
2025-09-18 15:23:26 -05:00
Lucas Oliveira
260099c52e
added advanced part of onboarding
2025-09-18 17:19:19 -03:00
Eric Hare
4536111650
Merge branch 'main' into feat-sharepoint-auth
2025-09-18 12:54:02 -07:00
Mike Fortman
facbb76171
Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding
2025-09-18 14:50:02 -05:00
Mike Fortman
890e216c5a
system prompt changes
2025-09-18 14:47:45 -05:00
Lucas Oliveira
1b8b4c139f
added model on ollama onboarding
2025-09-18 16:43:23 -03:00
Lucas Oliveira
0170572f3f
implemented model selector
2025-09-18 16:43:01 -03:00
Mike Fortman
0c75eab6b5
style updates for system prompt
2025-09-18 14:32:33 -05:00
Lucas Oliveira
327279630f
Added onboarding for each provider
2025-09-18 15:33:07 -03:00
Lucas Oliveira
675ed84e2f
Export types on get settings query
2025-09-18 15:32:57 -03:00
Lucas Oliveira
224a14292c
Add tooltip provider
2025-09-18 15:32:49 -03:00
Deon Sanchez
9a8818a81b
Implement unified cloud picker with support for Google Drive and OneDrive, replacing individual pickers. Add new components for file listing, ingest settings, and file item display. Update package dependencies to include @radix-ui/react-separator.
2025-09-18 12:04:07 -06:00
Lucas Oliveira
1d44fc4658
added logos and onboarding page
2025-09-18 15:02:57 -03:00
Lucas Oliveira
1696dea10b
refactored login page
2025-09-18 15:02:43 -03:00
Lucas Oliveira
5c5307c7ac
added new colors
2025-09-18 15:02:16 -03:00
Lucas Oliveira
ecf3cf1402
Merge remote-tracking branch 'origin/main' into feat/onboarding
2025-09-18 14:19:05 -03:00
Lucas Oliveira
e219d07743
implement settings page and redirect to onboarding
2025-09-18 14:18:19 -03:00
Lucas Oliveira
88acbd6d54
Fetch settings on init
2025-09-18 13:37:07 -03:00
Lucas Oliveira
8e267e1528
update settings to use react query
2025-09-18 13:33:56 -03:00
Mike Fortman
c401d2bb22
update settings
2025-09-18 11:00:55 -05:00
Deon Sanchez
f65ecf0e68
Implement Chunks Page and Update SearchPage Component
...
- Introduced a new ChunksPage component to display chunks of a selected file, enhancing the knowledge management functionality.
- Updated the SearchPage component to navigate to the ChunksPage when a file is selected, improving user flow.
- Removed the previous file selection logic and integrated a more streamlined approach for chunk display.
- Enhanced UI elements for better user experience and accessibility.
2025-09-18 09:47:52 -06:00
Deon Sanchez
9928cba521
Refactor Knowledge Actions Dropdown and SearchPage Component
...
- Added TODO comments for implementing rename and sync functionalities in the KnowledgeActionsDropdown.
- Adjusted column definitions in the SearchPage component to improve layout with flex and minWidth properties.
- Commented out the sync button in the SearchPage for future implementation, enhancing code clarity.
2025-09-18 09:20:29 -06:00
Mike Fortman
e985d32d96
add settings for agent flow
2025-09-17 21:22:04 -05:00
Deon Sanchez
d813733f0c
Refactor SearchPage Component for Improved File Selection
...
- Updated the file selection UI to allow clicking on file names for selection, enhancing user interaction.
- Changed AgGrid configuration to enable row selection with clicks, improving usability.
- Removed unnecessary row click event handling to streamline the selection process.
2025-09-17 18:22:42 -06:00