Commit graph

  • 382df1064e Added nudges component Lucas Oliveira 2025-09-05 10:19:59 -03:00
  • b4ca29677e Refactor settings fetching in KnowledgeSourcesPage for cleaner state updates Gabriel Luiz Freitas Almeida 2025-09-05 10:03:07 -03:00
  • e983d3c27a
    Merge pull request #7 from langflow-ai/default-data Edwin Jose 2025-09-05 01:27:22 -04:00
  • 39e52273d7 Merge branch 'feat-googledrive-enhancements' of github.com:langflow-ai/openrag into feat-googledrive-enhancements Mike Fortman 2025-09-04 21:37:58 -05:00
  • 0ed98cb6e1 move to stand alone page Mike Fortman 2025-09-04 21:37:30 -05:00
  • ff5aabfed6
    Merge branch 'main' into default-data default-data Sebastián Estévez 2025-09-04 21:53:38 -04:00
  • 74a58b2d9a Merge branch 'main' of github.com:phact/gendb phact 2025-09-04 20:56:56 -04:00
  • d198ffa706 logging & format phact 2025-09-04 20:56:47 -04:00
  • 64a543b645 Replace print statements with logger across codebase clean-prints Edwin Jose 2025-09-04 17:50:07 -04:00
  • b493dab318 Enhance KnowledgeSourcesPage with ingestion settings and connector management Gabriel Luiz Freitas Almeida 2025-09-04 18:33:16 -03:00
  • 69834ac4ac Refactor error logging in upload_user_file function Gabriel Luiz Freitas Almeida 2025-09-04 18:32:38 -03:00
  • 9494e99808 Set tweaks to settings passed from the UI Gabriel Luiz Freitas Almeida 2025-09-04 18:32:29 -03:00
  • 2fbb8d8430 Implement async fetching of ingestion flow configuration Gabriel Luiz Freitas Almeida 2025-09-04 18:31:38 -03:00
  • ce31933d71 Update session_manager.py Edwin Jose 2025-09-04 17:21:13 -04:00
  • 398c5f3003 Added nudges flow id to docker compose Lucas Oliveira 2025-09-04 18:18:26 -03:00
  • a1cbdac432 added openrag nudges flow Lucas Oliveira 2025-09-04 18:17:25 -03:00
  • 8393bbbe4b Added nudges flow id Lucas Oliveira 2025-09-04 18:16:34 -03:00
  • 047fb305c6 Add react query provider to app Lucas Oliveira 2025-09-04 18:16:28 -03:00
  • 70d3434e5b Create get query client to work on next Lucas Oliveira 2025-09-04 18:16:16 -03:00
  • 1197f51518 create useGetNudgesQuery to get nudges easily Lucas Oliveira 2025-09-04 18:16:06 -03:00
  • 33ba6abf49 Add react query Lucas Oliveira 2025-09-04 18:15:54 -03:00
  • aad89b9166 Add nudges service into backend Lucas Oliveira 2025-09-04 18:15:46 -03:00
  • c307f93443 Merge branch 'main' into default-data Edwin Jose 2025-09-04 17:04:22 -04:00
  • ec5092a54a Add ingestion flow for OpenSearch integration Gabriel Luiz Freitas Almeida 2025-09-04 18:03:16 -03:00
  • 25531ef80f
    Merge pull request #16 from langflow-ai/anonymous-user Sebastián Estévez 2025-09-04 17:02:40 -04:00
  • c4185bb33f Merge branch 'main' into ingestion-flow Gabriel Luiz Freitas Almeida 2025-09-04 17:59:43 -03:00
  • db3e9a3270 Update session_manager.py anonymous-user Edwin Jose 2025-09-04 16:58:40 -04:00
  • 651dc22635 update to default files using anonymous users Edwin Jose 2025-09-04 16:57:43 -04:00
  • 4573b056f6 Merge branch 'main' of github.com:langflow-ai/openrag into feat-googledrive-enhancements Mike Fortman 2025-09-04 15:54:38 -05:00
  • f97f12b3af add users classes Edwin Jose 2025-09-04 15:59:10 -04:00
  • 34739193eb Merge branch 'main' into default-data Edwin Jose 2025-09-04 15:41:03 -04:00
  • d5fd34edf7 fix no-auth owner phact 2025-09-04 15:36:22 -04:00
  • c87877bb80 (agent.py): Improve user ID validation by checking if it is a Google numeric ID or a Langflow UUID format ♻️ (langflow_history_service.py, user_binding_service.py): Refactor UUID format check to use a more descriptive and clear logic based on user ID type cristhianzl 2025-09-04 16:26:31 -03:00
  • 6bd610a773 making tasks of init sequential Edwin Jose 2025-09-04 15:22:13 -04:00
  • 12f3265654 remove init_index in default file loading Edwin Jose 2025-09-04 15:05:06 -04:00
  • 08b2b6371c updated the default file loading task Edwin Jose 2025-09-04 15:02:25 -04:00
  • 3b26a6b600 🔥 (navigation.tsx): remove unused code and streamline navigation component for better performance and readability cristhianzl 2025-09-04 15:56:22 -03:00
  • 6dcb65debd 📝 (frontend): Add new function 'refreshConversationsSilent' to update data without loading states 🚀 (frontend): Implement support for process.env.PORT to run app on a configurable port 🔧 (frontend): Change port variable case from lowercase 'port' to uppercase 'PORT' for better semantics 📝 (frontend): Add comments to clarify the purpose of loading conversation data only when user explicitly selects a conversation 📝 (frontend): Add comments to explain the logic for loading conversation data based on certain conditions 📝 (frontend): Add comments to describe the purpose of handling new conversation creation and resetting messages 📝 (frontend): Add comments to explain the logic for loading conversation data when conversationData changes 📝 (frontend): Add comments to clarify the purpose of loading conversations from the backend 📝 (frontend): Add comments to describe the logic for silent refresh to update data without loading states 📝 (frontend): Add comments to explain the purpose of starting a new conversation and creating a placeholder conversation 📝 (frontend): Add comments to clarify the logic for forking from a response and starting a new conversation 📝 (frontend): Add comments to describe the purpose of adding a conversation document and clearing conversation documents 📝 (frontend): Add comments to explain the logic for using a timeout to debounce multiple rapid refresh calls 📝 (frontend): Add comments to clarify the purpose of cleaning up timeout on unmount 📝 (frontend): Add comments to describe the logic for handling new conversation creation and resetting state 📝 (frontend): Add comments to explain the logic for forking from a response and starting a new conversation 📝 (frontend): Add comments to clarify the purpose of using useMemo for optimizing performance in ChatProvider 📝 (frontend): Add comments to describe the logic for using useMemo in the ChatProvider component 📝 (frontend): Add comments to explain the purpose of the useChat custom hook 📝 (frontend): Add comments to clarify the error message when useChat is not used within a ChatProvider 📝 (services): Update ChatService to fetch Langflow history with flow_id parameter for better control cristhianzl 2025-09-04 15:36:41 -03:00
  • e4e3535fe2
    Merge branch 'main' into default-data Sebastián Estévez 2025-09-04 13:55:51 -04:00
  • d5dda4ce2e
    Merge pull request #14 from langflow-ai/tui Sebastián Estévez 2025-09-04 13:40:54 -04:00
  • 956d7582eb tui fixes tui phact 2025-09-04 13:40:22 -04:00
  • 9f62d066ef Update main.py Edwin Jose 2025-09-04 13:37:06 -04:00
  • 2d0f53be30 delete make file Edwin Jose 2025-09-04 13:36:31 -04:00
  • 6290e42f3c Merge branch 'main' into feat-add-dual-ingestion feat-add-dual-ingestion Edwin Jose 2025-09-04 13:27:29 -04:00
  • e15321e9fc
    try to get sync working Eric Hare 2025-09-04 10:14:57 -07:00
  • cf02238671
    Merge pull request #12 from langflow-ai/iconfix Mike Fortman 2025-09-04 12:08:05 -05:00
  • 727bcea952 update favicon iconfix Mike Fortman 2025-09-04 12:06:57 -05:00
  • 312975f776 Merge branch 'feat-googledrive-enhancements' of github.com:langflow-ai/openrag into feat-googledrive-enhancements Mike Fortman 2025-09-04 12:06:14 -05:00
  • a808f0a3f5 fix google icon Mike Fortman 2025-09-04 12:06:03 -05:00
  • 895ffc1a17
    Update service.py Eric Hare 2025-09-04 10:03:26 -07:00
  • 3aad42390e
    Get sync sort of working... Eric Hare 2025-09-04 10:02:07 -07:00
  • da55c9e607
    Update main.py Eric Hare 2025-09-04 09:41:56 -07:00
  • 15707a3228
    Merge branch 'main' into feat-googledrive-enhancements Eric Hare 2025-09-04 09:39:23 -07:00
  • 2dfc8faaac
    Add Mike's UI enhancements for picker Eric Hare 2025-09-04 09:27:18 -07:00
  • 3edc466079 make file update upload-files-langflow Edwin Jose 2025-09-04 12:16:11 -04:00
  • 214877e9ff btn fix phact 2025-09-04 12:02:35 -04:00
  • 5f84acb996 tui podman fixes, etc. phact 2025-09-04 11:45:39 -04:00
  • c7f1113417 Merge branch 'main' of github.com:langflow-ai/openrag into google-drive-file-selector google-drive-file-selector Mike Fortman 2025-09-04 10:25:42 -05:00
  • 0db67b8c6a merge fix cristhianzl 2025-09-04 11:50:18 -03:00
  • 4bd2bd7765 Merge branch 'main' into ingestion-flow Gabriel Luiz Freitas Almeida 2025-09-04 11:46:33 -03:00
  • e4603706fe Update Docker Compose files to replace FLOW_ID with LANGFLOW_CHAT_FLOW_ID Gabriel Luiz Freitas Almeida 2025-09-04 10:27:08 -03:00
  • 2bb74d89bb Implement file upload, ingestion, and deletion flow in KnowledgeDropdown component Gabriel Luiz Freitas Almeida 2025-09-04 10:26:27 -03:00
  • 3118e54b69 Add ingest flow handling and UI updates in KnowledgeSourcesPage Gabriel Luiz Freitas Almeida 2025-09-04 10:24:11 -03:00
  • 83438a7c93 Refactor settings.py to enhance settings retrieval and improve flow ID handling Gabriel Luiz Freitas Almeida 2025-09-04 10:23:54 -03:00
  • c82c74d76c Enhance upload_user_file endpoint with improved logging and error handling Gabriel Luiz Freitas Almeida 2025-09-04 10:23:45 -03:00
  • d77ebb5f37 update FLOW_ID to LANGFLOW_CHAT_FLOW_ID Gabriel Luiz Freitas Almeida 2025-09-04 10:23:34 -03:00
  • e1d58c7421 Implement backwards compatibility for flow ID handling and enhance API key generation process Gabriel Luiz Freitas Almeida 2025-09-04 10:23:10 -03:00
  • 45e9c60af1 Enhance LangflowFileService with API key management and v2 endpoint support Gabriel Luiz Freitas Almeida 2025-09-04 10:21:35 -03:00
  • 8f69eab5c9 Update Docker Compose files to include OPENSEARCH_PASSWORD in environment variables Gabriel Luiz Freitas Almeida 2025-09-04 08:59:54 -03:00
  • 8354e24591 Add development Makefile with comprehensive commands Gabriel Luiz Freitas Almeida 2025-09-04 08:59:34 -03:00
  • 531ca7cd49 Refactor TaskService for improved readability and maintainability Gabriel Luiz Freitas Almeida 2025-09-04 08:44:00 -03:00
  • c3e918f94d
    Merge branch 'main' into make-commands make-commands Edwin Jose 2025-09-04 00:50:10 -04:00
  • cad271350b langflow auth env vars in tui phact 2025-09-03 23:03:05 -04:00
  • 650d4c1e59 langflow env vars phact 2025-09-03 22:52:17 -04:00
  • 53b7fb27d2 images list phact 2025-09-03 22:29:00 -04:00
  • 6a642902d6 chown phact 2025-09-03 22:22:20 -04:00
  • 0f2502bed6 chown phact 2025-09-03 22:09:01 -04:00
  • fabfc6f407 speed up ci phact 2025-09-03 21:59:28 -04:00
  • 26b353f034 fix: open search pw hash bug phact 2025-09-03 21:27:45 -04:00
  • 74341ecd5b upload to langflow Edwin Jose 2025-09-03 17:32:00 -04:00
  • f98ab2367a add google drive file/folder selector Mike Fortman 2025-09-03 16:20:30 -05:00
  • 64edbd8eed
    feat: Google Drive picker and enhancements Eric Hare 2025-09-03 14:11:32 -07:00
  • a18e3d25dd merge fix cristhianzl 2025-09-03 17:44:18 -03:00
  • 0cd0297247 (agent.py): Add functionality to claim session ownership for Google users in async_langflow_chat and async_langflow_chat_stream functions 🔧 (chat_service.py): Refactor conversation deduplication logic and source statistics calculation for better performance and accuracy 🔧 (langflow_history_service.py): Implement session ownership filtering for Google users and enhance session ownership tracking functionality 🔧 (session_ownership_service.py): Create SessionOwnershipService to track session ownership for proper message history separation cristhianzl 2025-09-03 17:42:28 -03:00
  • a52a842df9 centralized logging phact 2025-09-03 15:57:35 -04:00
  • 68fd7649e6 update yaml phact 2025-09-03 15:56:11 -04:00
  • 5e04580493 fix compose yaml phact 2025-09-03 15:54:17 -04:00
  • 25a45af581 tui v0 phact 2025-09-03 15:31:14 -04:00
  • 366ce594d2 adds support to load files in document folder at startup Edwin Jose 2025-09-03 13:41:53 -04:00
  • d070229566 remove langflow secret key because it's optional phact 2025-09-03 12:24:39 -04:00
  • 1932c40961 update make file Edwin Jose 2025-09-03 11:25:45 -04:00
  • 1b4dbe66bc os pw hash on startup phact 2025-09-03 10:33:20 -04:00
  • f878c38c40
    feat: Enhanced GDrive Connector Eric Hare 2025-09-03 07:29:58 -07:00
  • c8909a71d0 draft changes default-dataset Edwin Jose 2025-09-03 10:28:50 -04:00
  • aa630edbb0 merge fix cristhianzl 2025-09-03 10:46:20 -03:00
  • 4be48270b7 Refactor main.py for improved organization and clarity Gabriel Luiz Freitas Almeida 2025-09-03 10:36:54 -03:00
  • a10b35f631 Add LangflowFileService integration and new API endpoints in main.py Gabriel Luiz Freitas Almeida 2025-09-03 10:36:46 -03:00
  • 9528e2f185 add chat history cristhianzl 2025-09-03 10:34:45 -03:00
  • 9074bda6ed ruff phact 2025-09-03 09:17:30 -04:00
  • 80e0266301
    Update build-multiarch.yml pushkala-datastax 2025-09-02 19:53:44 -07:00