Commit graph

652 commits

Author SHA1 Message Date
Mike Fortman
facbb76171 Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-18 14:50:02 -05:00
Eric Hare
214efbbf86
fix: Return empty list when no auth is enabled 2025-09-18 12:49:04 -07: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
phact
51ef30ffe1 Merge branch 'main' of github.com:phact/gendb 2025-09-18 15:41:16 -04:00
phact
774ab0fa74 get_effective_jwt_token 2025-09-18 15:41:07 -04:00
Madhavan
15d465d300
Merge pull request #46 from langflow-ai/docs/readme_updates
docs: Fix hyperlink in readme
2025-09-18 15:35:09 -04:00
phact
435c740cf0 Merge branch 'main' of github.com:phact/gendb 2025-09-18 15:34:56 -04:00
Sebastián Estévez
ce7901ec9e
Merge pull request #47 from langflow-ai/cz/fix-package-versions
feat: Enhance markdown rendering and dropdown consistency
2025-09-18 15:34:31 -04:00
Mike Fortman
0c75eab6b5 style updates for system prompt 2025-09-18 14:32:33 -05:00
phact
b0be1b0951 docker compose asset catchup 2025-09-18 15:23:33 -04:00
phact
52dc2d1fad fix: no-auth mode jwt check 2025-09-18 15:23:10 -04:00
phact
b223f183ee Merge branch 'main' of github.com:phact/gendb 2025-09-18 14:33:35 -04:00
phact
815be13890 switch compose to openrag-langflow images because arm 2025-09-18 14:33:18 -04: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
Edwin Jose
a4122d405d
Merge pull request #40 from langflow-ai/feat-add-langflow-mcp-service 2025-09-18 14:14:56 -04:00
Edwin Jose
e89c4fa40f
Merge branch 'main' into feat-add-langflow-mcp-service 2025-09-18 14:14:50 -04: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
phact
096c1803b5 fix: no-auth process directory tasks bug 2025-09-18 12:56:15 -04:00
phact
7635f9a206 v0.1.8 2025-09-18 12:45:21 -04: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
Lucas Oliveira
ba9ba0a36a Fixed not getting edited state 2025-09-18 13:21:32 -03:00
phact
a16e7c1aac hard links for tui packaging 2025-09-18 12:02:53 -04:00
phact
02a3035c82 tui copy sample docs 2025-09-18 12:02:08 -04: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
Deon Sanchez
8890fa1946 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 08:42:03 -06:00
phact
fdad859783 tui compose visibility 2025-09-18 01:51:02 -04:00
Mike Fortman
4ec10c9b48 Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-17 21:22:19 -05:00
Mike Fortman
e985d32d96 add settings for agent flow 2025-09-17 21:22:04 -05:00
phact
491f647572 v0.1.4 2025-09-17 22:04:20 -04:00
phact
a8c54e949e tui: logs copy 2025-09-17 22:03:56 -04:00