Commit graph

597 commits

Author SHA1 Message Date
Eric Hare
c44955845a Fix onedrive and sharepoint ingest 2025-09-19 12:58:52 -07:00
Eric Hare
c88d0a20ab Merge branch 'main' into feat-sharepoint-auth 2025-09-19 09:58:10 -07:00
phact
2cd286de97 v0.1.12 2025-09-19 12:18:55 -04:00
phact
e80892e4b4 fix: os add scroll permissions for delete functionality 2025-09-19 12:17:46 -04:00
phact
ab57b26e1f 0.1.11 2025-09-19 12:01:08 -04: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
phact
4501d24e1e switch langflow docker to use main branch 2025-09-19 11:35:12 -04:00
Deon Sanchez
c577c0aac0 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
176038028b v0.1.10 2025-09-19 11:23:17 -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
Deon Sanchez
c228e0616f Merge branch 'main' of https://github.com/langflow-ai/openrag into feat-sharepoint-auth 2025-09-18 16:11:13 -06: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
phact
dc91f55014 doc processing knobs 2025-09-18 16:27:01 -04: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
8c3b3cf1bb Merge branch 'main' into feat-sharepoint-auth 2025-09-18 12:54:02 -07: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
Deon Sanchez
8fe4b32487 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
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