Commit graph

234 commits

Author SHA1 Message Date
cristhianzl
3b26a6b600 🔥 (navigation.tsx): remove unused code and streamline navigation component for better performance and readability 2025-09-04 15:56:22 -03:00
cristhianzl
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
2025-09-04 15:36:41 -03:00
Eric Hare
e15321e9fc
try to get sync working 2025-09-04 10:14:57 -07:00
Mike Fortman
727bcea952 update favicon 2025-09-04 12:06:57 -05:00
Eric Hare
2dfc8faaac
Add Mike's UI enhancements for picker 2025-09-04 09:27:18 -07:00
Gabriel Luiz Freitas Almeida
2bb74d89bb Implement file upload, ingestion, and deletion flow in KnowledgeDropdown component
This commit enhances the KnowledgeDropdown component by integrating a complete file handling process that includes uploading files to Langflow, running an ingestion flow, and deleting the uploaded files. It introduces error handling for each step and dispatches appropriate events to notify the UI of the upload and ingestion results. These changes improve the robustness and maintainability of the component, contributing to a well-documented codebase.
2025-09-04 10:26:27 -03:00
Gabriel Luiz Freitas Almeida
3118e54b69 Add ingest flow handling and UI updates in KnowledgeSourcesPage
This commit introduces state management for ingest flow IDs and corresponding edit URLs in the KnowledgeSourcesPage component. It enhances the user interface by adding a new section for file ingestion, allowing users to customize their file processing pipeline. The changes improve the overall functionality and maintainability of the settings page, contributing to a more robust and well-documented codebase.
2025-09-04 10:24:11 -03:00
Eric Hare
64edbd8eed
feat: Google Drive picker and enhancements 2025-09-03 14:11:32 -07:00
cristhianzl
aa630edbb0 merge fix 2025-09-03 10:46:20 -03:00
cristhianzl
9528e2f185 add chat history 2025-09-03 10:34:45 -03:00
phact
e810aef588 Merge branch 'main' of github.com:phact/gendb 2025-09-02 10:50:35 -04:00
phact
1b14d6c8e5 no auth mode 2025-09-02 10:50:20 -04:00
copilot-swe-agent[bot]
40840fc0b5 Fix TypeScript errors in frontend build
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:52:50 +00:00
copilot-swe-agent[bot]
38691c030d Fix ESLint errors: remove unused variable and add missing dependencies
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:32:09 +00:00
phact
7b2c16ca21 sync all files checkbox 2025-08-29 17:09:54 -04:00
phact
168ebc7ae5 refresh on upload 2025-08-29 17:04:12 -04:00
phact
d58f721edc clean up chat history implementation 2025-08-29 17:00:38 -04:00
phact
de10c05eef fix: new chat history glitches 2025-08-29 16:50:20 -04:00
phact
585d71515c hide discord / github for now 2025-08-28 23:57:05 -04:00
phact
859458efdf LANGFLOW_URL 2025-08-27 23:09:11 -04:00
phact
c4c15bfbb2 https frontend support 2025-08-22 15:32:44 -04:00
phact
4ddac6b8f2 frontend ssl support 2025-08-22 15:25:42 -04:00
phact
629a98351b fix spacing bug 2025-08-22 12:40:15 -04:00
phact
60fa42f0a2 lint 2025-08-22 11:25:42 -04:00
phact
674fed412d misc ui improvements 2025-08-22 11:13:01 -04:00
phact
a8a3c7b4ab for now hide the fork button in langflow mode 2025-08-22 09:47:37 -04:00
phact
97afd8f481 lint 2025-08-22 03:22:00 -04:00
phact
e11d631702 fix fork bug 2025-08-22 03:11:16 -04:00
phact
be61909bed in memory chat history and WIP conversation forking 2025-08-22 03:04:46 -04:00
phact
27eff64866 fix padding bug 2025-08-21 02:53:43 -04:00
phact
5de27335a3 lint 2025-08-21 02:48:17 -04:00
phact
c3b5b33f5c misc ux improvements 2025-08-21 02:32:28 -04:00
phact
03215ddf43 lint and build fixes 2025-08-20 11:26:05 -04:00
phact
f2b407b4c8 rename pages, improve knowledge and chat 2025-08-20 11:16:55 -04:00
phact
0fa4ce7a45 simplify search screen and fix kf panel bug 2025-08-20 06:29:06 -04:00
phact
fb61f80239 improve chat ux 2025-08-20 06:15:50 -04:00
phact
6704ea89fc aws s3 upload v0 2025-08-18 23:46:32 -04:00
phact
0aeaa93aba lint 2025-08-18 22:37:09 -04:00
phact
9912a40f09 panel padding 2025-08-18 22:35:59 -04:00
phact
9c6b916f37 bell styling 2025-08-18 22:33:57 -04:00
phact
fde9335642 lint 2025-08-18 22:26:15 -04:00
phact
961723856b re-skin 2025-08-18 22:19:43 -04:00
phact
92408f3617 icons 2025-08-18 21:18:43 -04:00
phact
c111295bac sharepont / opendrive 2025-08-18 16:49:25 -04:00
phact
40cac9950c frontend bug fix and lint 2025-08-14 15:22:31 -04:00
phact
91f0b608b5 frontend redesign 2025-08-14 15:06:38 -04:00
phact
346b938d98 refactor to openrag and knowledge filters 2025-08-13 16:31:35 -04:00
phact
125a6f0cbe lint 2025-08-12 16:33:41 -04:00
phact
ef00cc720b flow to support passing filters 2025-08-12 16:30:41 -04:00
phact
c6decdccea contexts ui, search context, chat with contexts 2025-08-12 15:02:12 -04:00