langflow
langflow copied to clipboard
Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
### Bug Description Feb 27 09:11:46 inference1 python3[2903]: [02/27/25 09:11:46] ERROR 2025-02-27 09:11:46 - ERROR - service.py:179 Feb 27 09:11:46 inference1 python3[2903]: service - No queue found for job_id Feb...
langflow
Sorry, we found an unexpected error! Please report errors with detailed tracebacks on the [GitHub Issues](https://github.com/langflow-ai/langflow/issues) page. Thank you!
### Bug Description `/api/v1/build/59fb2d26-14cb-410f-a599-75a5b3bf2413/flow?&start_component_id=ChatInput-vAd7W&log_builds=true` api response: ``` {"event": "vertices_sorted", "data": {"ids": ["ChatInput-vAd7W"], "to_run": ["ConditionalRouter-zRRVB", "ChatInput-vAd7W", "ChatOutput-hFryt", "ChatOutput-5dYR6"]}} {"event": "add_message", "data": {"timestamp": "2025-02-05T08:55:40", "sender": "User", "sender_name": "User", "session_id": "59fb2d26-14cb-410f-a599-75a5b3bf2413", "text": "aaaa",...
Hi, I'm building a personal knowledge base using Langflow with a RAG approach. However, I am encountering an issue where the retrieval results are not accurate. A large number of...
### Bug Description frontend-1 | 2025/02/26 08:49:50 [emerg] 1#1: bind() to 0.0.0.0:80 failed (13: Permission denied) frontend-1 | nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied) proxy-1 | 2025-02-26T08:49:51Z...
### Feature Request In addition to the existing ability to export flows in .json format, I propose adding support to export the corresponding Python code that can run the flow...
This pull request introduces several changes to improve the clarity and consistency of display names across components, refactors file structure for better organization, and updates references in starter projects and...
Implement a workaround for handling function calling in Anthropic output processing and update the langchain-anthropic dependency to version 0.3.14. ## Summary by CodeRabbit - **Bug Fixes** - Improved handling of...
This pull request introduces a new feature to display helper lines for node alignment in the flow editor, along with associated UI updates and state management. The changes include adding...
creates a model metadata class to use to enhance the model selectors and replaces existing provider model lists accordingly Additionally adds the new claude 4 models ## Summary by CodeRabbit...