Commit graph

572 commits

Author SHA1 Message Date
Edwin Jose
9dfe067e1e Add global var headers to MCP server updates
Extend AuthService and LangflowMCPService to support updating MCP servers with multiple global variable headers (JWT, OWNER, OWNER_NAME, OWNER_EMAIL) during login. This enables passing user context to MCP servers via custom headers, improving downstream identification and authorization.
2025-09-18 20:55:03 -04:00
Deon Sanchez
a05e71bff8
Merge pull request #44 from langflow-ai/delete-knowledge
Delete knowledge
2025-09-18 16:07:11 -06:00
Cole Goldsmith
a97c6af0de fix grid truncation 2025-09-18 16:56:10 -05: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
Sebastián Estévez
028ea1506a
Merge pull request #48 from langflow-ai/fix-noauth-connectors
fix: Return empty list when no auth is enabled
2025-09-18 15:52:42 -04:00
Eric Hare
214efbbf86
fix: Return empty list when no auth is enabled 2025-09-18 12:49:04 -07: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
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
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
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
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
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
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
phact
0d1b7a6e8c fix logs 2025-09-17 21:39:06 -04:00
phact
ec2295ce67 tui improvements 2025-09-17 21:09:06 -04: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
Deon Sanchez
733e24bf00 Refactor SearchPage Component and Update Bulk Actions
- Removed the clear selection functionality and associated UI elements from the SearchPage component.
- Simplified the bulk actions bar by integrating a delete button and a sync button with alert functionality.
- Adjusted button styles for consistency and improved user experience.
- Enhanced the search input area for better accessibility and usability.
2025-09-17 18:15:01 -06:00
Deon Sanchez
a99c5f647d revert 2025-09-17 17:38:30 -06:00
Deon Sanchez
ed0306bde3 revert settings 2025-09-17 17:34:35 -06:00
Deon Sanchez
3d74edfe3c Enhance Knowledge Page with Bulk Document Deletion
- Implemented bulk selection and deletion functionality in the Knowledge page.
- Added a confirmation dialog for bulk deletions, providing user feedback on success or failure.
- Updated AgGrid configuration to support multiple row selection and checkbox functionality.
- Styled checkboxes for better visibility and user experience.
- Refactored related components to accommodate new bulk actions.
2025-09-17 17:31:51 -06:00
Deon Sanchez
ef39b75da1 Implement document deletion functionality in KnowledgeActionsDropdown
- Added a delete confirmation dialog to the KnowledgeActionsDropdown component.
- Integrated useDeleteDocument mutation for handling document deletion.
- Updated the dropdown to pass the filename prop for targeted deletions.
- Enhanced user feedback with success and error messages upon deletion.
2025-09-17 17:22:19 -06:00
Deon Sanchez
81f7e0e583 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-17 17:09:16 -06:00
Cole Goldsmith
62bfe11f34
Merge pull request #43 from langflow-ai/feat/ag-grid
Refactor Knowledge table with AgGrid
2025-09-17 16:35:53 -05:00
Cole Goldsmith
fa63e7b457 add actions menu 2025-09-17 16:11:45 -05:00
Cole Goldsmith
c7b213b365 replace knowledge table with ag grid 2025-09-17 14:33:59 -05:00
Madhavan Sridharan
b88b67644f docs: Fix hyperlink in readme 2025-09-17 09:35:39 -04:00
Edwin Jose
713f90c3c4 Integrate Langflow MCP JWT header update in AuthService
Added LangflowMCPService to update MCP servers with the user's JWT header after authentication. AuthService now triggers a background update to MCP servers on successful login, ensuring JWT propagation for downstream services.
2025-09-17 02:01:03 -04:00
Deon Sanchez
33cb18e723 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-16 16:12:32 -06:00
Deon Sanchez
f28ba54da3 Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown
- Added a new `DeleteConfirmationDialog` component for confirming deletions.
- Updated `KnowledgeDropdown` to include a loading state and improved user feedback during file operations.
- Enhanced the search page to support bulk deletion of documents with confirmation dialog.
- Integrated event dispatching for knowledge updates after file operations.
- Refactored various components for better readability and maintainability.
2025-09-16 16:07:49 -06:00
Sebastián Estévez
8dc737c124
Merge pull request #39 from langflow-ai/docling-serve-tui
tui docling serve button
2025-09-16 11:43:43 -04:00
phact
9ae40dda50 misc improvements 2025-09-16 11:43:13 -04:00
phact
2c8cbc95a5 remove debug 2025-09-16 10:27:32 -04:00
phact
ad9e329bff split tables 2025-09-16 10:17:24 -04:00
phact
25383d99eb subprocess 2025-09-16 09:45:20 -04:00
phact
b806fbc921 serve logs v0 2025-09-15 15:47:10 -04:00