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
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
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
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
c05ddc3700
added new tabs component
2025-09-18 15:02:23 -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