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
Eric Hare
994b71b40f
Delete sharepoint-picker.tsx
2025-09-17 15:22:52 -07:00
Eric Hare
b5b6274baa
Delete sharepoint-picker.tsx
2025-09-17 15:22:52 -07:00
Eric Hare
ac6f52af3a
Update onedrive-picker.tsx
2025-09-17 15:07:36 -07:00
Eric Hare
8c7d7ca8f4
Update onedrive-picker.tsx
2025-09-17 15:07:36 -07:00
Eric Hare
384afe856c
Client id for microsoft call
2025-09-17 14:36:35 -07:00
Eric Hare
caf39d2d58
Client id for microsoft call
2025-09-17 14:36:35 -07: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
Lucas Oliveira
410e98c802
removed unused session manager on onboarding endpoint
2025-09-17 17:43:59 -03:00
Lucas Oliveira
8ba718636a
add assign model provider call on the settings onboarding endpoint
2025-09-17 17:43:35 -03:00
Lucas Oliveira
7010c73c50
Add assign model provider function to replace the flow with components
2025-09-17 17:43:14 -03:00
Lucas Oliveira
78380e1e07
add flows service to onboarding endpoint
2025-09-17 17:42:48 -03:00
Lucas Oliveira
e1b4c1b9b7
add additional paths in config
2025-09-17 17:42:38 -03:00
Lucas Oliveira
a30fd18a1e
added ollama and watsonx components
2025-09-17 17:16:13 -03:00
Lucas Oliveira
f5e2ee8059
added onboarding request
2025-09-17 16:53:44 -03:00
Lucas Oliveira
03b827f3e0
Added settings service and added post endpoint to edit them
2025-09-17 16:50:19 -03:00
Cole Goldsmith
c7b213b365
replace knowledge table with ag grid
2025-09-17 14:33:59 -05:00
Eric Hare
a1327d7d5d
Add a first version of onedrive picker
2025-09-17 12:28:31 -07:00
Eric Hare
7830ee7223
Add a first version of onedrive picker
2025-09-17 12:28:31 -07:00
Eric Hare
0e8daf2d7c
feat: Sharepoint and OneDrive auth
2025-09-17 11:28:25 -07:00
Eric Hare
8dd6497eb4
feat: Sharepoint and OneDrive auth
2025-09-17 11:28:25 -07: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
phact
6a9d734adb
ocrmac, vlm for darwin
2025-09-15 14:29:31 -04:00
Sebastián Estévez
a286fe2654
Update pyproject.toml
...
Co-authored-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
2025-09-15 14:22:16 -04:00
phact
5524019408
manager
2025-09-12 15:45:03 -04:00
phact
4adf3b7249
tui docling serve button
2025-09-12 13:36:50 -04:00
Sebastián Estévez
05a394a805
Merge pull request #37 from langflow-ai/feat/md
...
feat: add Markdown support
2025-09-12 12:40:40 -04:00
Sebastián Estévez
b492f87e2f
Merge pull request #34 from langflow-ai/readme-udpate
...
chore: revamp the readme with detailed setup +tui docs
2025-09-12 12:28:35 -04:00
Edwin Jose
6bb23ad131
Update README.md
2025-09-12 12:18:26 -04:00
Edwin Jose
37c780152a
Update README.md
2025-09-12 11:58:08 -04:00
Edwin Jose
a531ed4ab4
Update README.md
2025-09-12 11:57:48 -04:00
Edwin Jose
b03ea084bc
Create tui.md
2025-09-12 11:57:46 -04:00
Edwin Jose
dbb44044e5
Create troubleshooting.md
2025-09-12 11:57:39 -04:00
Edwin Jose
696c3d81a0
Create docker.md
2025-09-12 11:57:35 -04:00
Edwin Jose
cc293336a8
Create configuration.md
2025-09-12 11:57:32 -04:00
Edwin Jose
8412eb5fda
Update CONTRIBUTING.md
2025-09-12 11:57:23 -04:00