Commit graph

309 commits

Author SHA1 Message Date
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
6c66cdc7c8 fix: DropdownMenuTrigger asChild 2025-09-19 12:00:17 -04: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
phact
9d57c352e8 merge 2025-09-19 11:06:50 -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
Lucas Oliveira
63cff40665 changed ui elements, added separator 2025-09-18 17:19:19 -03:00
Lucas Oliveira
5456ae396f Added accordion 2025-09-18 17:19:19 -03:00
phact
bdb477088c fix: asChild 2025-09-18 16:12:07 -04:00
Deon Sanchez
9b5a7be8b0 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 14:09:51 -06:00
phact
5c7196437b fix: oops 2025-09-18 16:09:25 -04:00
phact
0468740f3e toask on 400 2025-09-18 16:03:37 -04: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
9370368d13 changed fill of ollama logo 2025-09-18 16:43:15 -03:00
Lucas Oliveira
aa5067865f implemented label wrapper 2025-09-18 16:43:10 -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
Lucas Oliveira
7aec67744e Fixed ollama logo 2025-09-18 15:32:42 -03:00
Lucas Oliveira
d66fe5ee27 Changed layout of primary input 2025-09-18 15:32:31 -03:00
Lucas Oliveira
74d746b0c2 changed layout of some UI components 2025-09-18 15:32:21 -03:00
Lucas Oliveira
91b9d0d2c9 Added tooltip from shadcn 2025-09-18 15:32:13 -03:00
Lucas Oliveira
d77c3d2ea2 Added new label input component 2025-09-18 15:32:00 -03:00
cristhianzl
c2fd140cac (knowledge-actions-dropdown.tsx): Add text-destructive class to improve styling of delete button in dropdown menu
📝 (markdown-renderer.tsx): Update MarkdownRenderer to open links in new tab and add support for code blocks with language specified
⬆️ (package.json): Upgrade react-markdown, rehype-mathjax, rehype-raw, and remark-gfm dependencies to latest versions. Add @types/react-syntax-highlighter dependency.
2025-09-18 15:10:55 -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