Commit graph

487 commits

Author SHA1 Message Date
phact
1e5661757b integration tests v0 2025-09-11 16:05:57 -04:00
phact
c6ba47d118 ingsest refactor 2025-09-11 16:05:46 -04:00
phact
0866b5218e docker compose not docker-compose 2025-09-11 16:02:56 -04:00
phact
219f9da4e0 disable startup ingest flag 2025-09-11 13:25:26 -04:00
phact
6533367fa0 fix process count bug 2025-09-11 12:16:36 -04:00
phact
f761eab1b4 upload dir should respect langflow flag 2025-09-11 11:58:35 -04:00
phact
38e3007964 dead method 2025-09-11 11:48:43 -04:00
phact
3b86249c18 tui env vars 2025-09-11 10:14:58 -04:00
phact
fecc62c3a2 lock 2025-09-10 12:03:28 -04:00
phact
e6f3dabcf9 consolidate langflow clients 2025-09-10 12:03:11 -04:00
phact
2660da9a93 v0.1.3 chat history ui fixes 2025-09-10 10:48:14 -04:00
Sebastián Estévez
01de795938
Merge pull request #32 from langflow-ai/cz/add-new-conversation-state
feat: Enhance sidebar loading states and user experience
2025-09-10 10:45:39 -04:00
cristhianzl
2714f89c81 (frontend): Add zustand library for managing loading state in the application
🔧 (frontend): Refactor navigation.tsx to improve code readability and maintainability
2025-09-09 21:40:35 -03:00
Sebastián Estévez
7499c472fd
Merge pull request #29 from langflow-ai/cz/remove-chat-default
refactor: Remove local metadata merging from history logic
2025-09-09 15:36:36 -04:00
Sebastián Estévez
5e1e8cc99b
Merge branch 'main' into cz/remove-chat-default 2025-09-09 15:36:13 -04:00
Mike Fortman
ab10e01286
Merge pull request #26 from langflow-ai/ingest-settings
Add ingest settings
2025-09-09 14:03:10 -05:00
Sebastián Estévez
951ccc7d12
Merge pull request #30 from langflow-ai/task-timings
task timings
2025-09-09 14:34:04 -04:00
phact
6cfdb827c7 task timings 2025-09-09 14:33:15 -04:00
phact
f85dce6b3f Merge branch 'ingest-settings' of github.com:phact/gendb into ingest-settings 2025-09-09 14:12:11 -04:00
phact
05239e8f0d make flows visible to backend container 2025-09-09 14:12:02 -04:00
Gabriel Luiz Freitas Almeida
3141adf10a Remove commented-out API endpoint section in main.py for cleaner code. 2025-09-09 15:09:42 -03:00
Gabriel Luiz Freitas Almeida
6812cceac7 Update openrag package version to 0.1.2 in uv.lock 2025-09-09 15:09:04 -03:00
Gabriel Luiz Freitas Almeida
8259dfed34 Refactor imports and improve logging in main.py; streamline API endpoint definitions and enhance document ingestion process with better error handling and structured logging. 2025-09-09 15:08:46 -03:00
phact
696cbea407 merge better 2025-09-09 13:54:03 -04:00
Sebastián Estévez
e2caae94f1
Merge branch 'main' into ingest-settings 2025-09-09 13:29:27 -04:00
Sebastián Estévez
2586f8b82a
Merge pull request #22 from langflow-ai/langflow-ingestion-modes
feat: Langflow Openrag file ingestion router and langflow task service
2025-09-09 13:27:37 -04:00
cristhianzl
9fb24ab369 🔧 (chat_service.py): remove redundant code block that adds local metadata to conversations array
♻️ (chat_service.py): refactor code to remove unnecessary loop for adding local metadata to conversations array
2025-09-09 14:22:47 -03:00
phact
d34a3c81f2 connections duplicate bug 2025-09-09 13:16:14 -04:00
phact
97a17c77d7 filename fix 2025-09-09 12:57:28 -04:00
Mike Fortman
643539b548 support for ingest 2025-09-09 11:12:48 -05:00
Mike Fortman
05cd115162 Merge branch 'main' of github.com:langflow-ai/openrag into ingest-settings 2025-09-09 10:00:19 -05:00
Edwin Jose
cf27dfddeb Update processors.py 2025-09-09 03:32:17 -04:00
Edwin Jose
8dff280930 add langflow routers with langflow file processor 2025-09-09 03:20:21 -04:00
Edwin Jose
faac0c912e Merge branch 'main' into langflow-ingestion-modes 2025-09-09 02:42:52 -04:00
Sebastián Estévez
79c0c50e89
Merge pull request #9 from langflow-ai/ingestion-flow
Add ingestion flow and ingestion integration with Langflow
2025-09-09 00:20:23 -04:00
phact
b3e6fe8abb 0.1.2 2025-09-09 00:19:09 -04:00
phact
4a562301cd duplicate file fix 2025-09-09 00:18:51 -04:00
phact
132194d1f8 filenames 2025-09-09 00:13:16 -04:00
phact
2fbc852eb3 drive convert to pdf and include file extension 2025-09-08 23:58:26 -04:00
Gabriel Luiz Freitas Almeida
1d5d26b456 Update ingestion flow JSON to enhance metadata handling and improve component configurations
This commit modifies the ingestion flow JSON by adding support for user-defined metadata through the "docs_metadata" input field, improving the context for document ingestion. Additionally, it updates the selection state of a node and adjusts the viewport settings for better layout. These changes enhance the overall functionality and clarity of the component configurations, aligning with best practices for robust async development.
2025-09-09 00:13:26 -03:00
Gabriel Luiz Freitas Almeida
0539f7751a Enhance ingestion flow by adding user metadata and improving context handling
This commit updates the ingestion flow to include user metadata such as owner ID, name, and email, enhancing the context for downstream services. It also refines the handling of tweaks in the LangflowFileService to incorporate this metadata, ensuring better tracking and clarity in the ingestion process. These changes align with best practices for robust async development and improve the overall functionality of the ingestion flow.
2025-09-08 23:49:46 -03:00
Gabriel Luiz Freitas Almeida
a6beb4a4aa Update ingestion flow JSON to enhance component configurations and add metadata input
This commit modifies the ingestion flow JSON by adjusting the position of nodes for better layout, adding a new input field for ingestion metadata, and updating the code hash. These changes improve the clarity and functionality of the component configurations, aligning with best practices for robust async development and enhancing the overall user experience.
2025-09-08 23:49:20 -03:00
Gabriel Luiz Freitas Almeida
54f03b468a Enhance ingestion flow JSON with updated component configurations and improved file handling
This commit updates the ingestion flow JSON by modifying the last updated timestamp, changing the code hash, and adding the "anyio" dependency to the metadata. Additionally, it refines the File component's description and input options for advanced document processing, ensuring better clarity and functionality. These changes align with best practices for robust async development and enhance the overall user experience.
2025-09-08 23:21:10 -03:00
Edwin Jose
ed6563c9e4
Merge pull request #27 from langflow-ai/fix-ingestion-flow 2025-09-08 22:06:21 -04:00
Gabriel Luiz Freitas Almeida
bea087e250 Update ingestion flow JSON to enhance component configurations and improve user experience
This commit modifies the ingestion flow JSON by adding the "lf_version" field to components, updating the last updated timestamp, and changing the selection state of a node. Additionally, it refines the file path handling and improves the overall clarity of the configuration. These changes align with best practices for robust async development and enhance the functionality of the ingestion flow.
2025-09-08 23:03:14 -03:00
Edwin Jose
6467fd2141 fix ingestion flow 2025-09-08 22:02:32 -04:00
Gabriel Luiz Freitas Almeida
422d243638 Enhance ingestion flow JSON with updated component configurations and documentation links
This commit updates the ingestion flow JSON by modifying the SplitText component to include new input options such as "text_key" and "keep_separator", along with a detailed documentation link. Additionally, it refines the File component's description and adds new input fields for advanced document processing, improving clarity and functionality. These changes align with best practices for robust async development and enhance the overall user experience.
2025-09-08 22:39:53 -03:00
Edwin Jose
445ad708f8
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 21:22:59 -04:00
Gabriel Luiz Freitas Almeida
df46e17b60 Update uv.lock to reflect new package version and revision
This commit updates the uv.lock file by incrementing the revision number to 3 and updating the version of the "openrag" package from 0.1.0 to 0.1.1. These changes ensure that the project dependencies are accurately tracked and align with best practices for maintaining robust async code.
2025-09-08 22:02:58 -03:00
Gabriel Luiz Freitas Almeida
86709db984 Update file path key in tweaks dictionary for LangflowFileService to enhance clarity
This commit modifies the key for file paths in the tweaks dictionary from "file_path" to "path" within the LangflowFileService class. This change improves code clarity and consistency, aligning with best practices for robust async development while maintaining existing functionality.
2025-09-08 22:02:58 -03:00