langflow/src/backend
Gabriel Luiz Freitas Almeida 2baee5fef1
feat: get result from output if possible (#3338)
* refactor: Extract method to set params from normal edge in Vertex class.

* feat: Add method to retrieve value from template dict in Vertex class.

* feat: Add handling for cycle and contract edge targets in ComponentVertex build method.

* refactor: Update result retrieval logic in ComponentVertex class.

* refactor: Add condition to check flow_id before creating log transactions.

* refactor: Add missing `Edge` import and cast `cast` in types.py for better typing.
2024-08-15 16:44:06 +00:00
..
base feat: get result from output if possible (#3338) 2024-08-15 16:44:06 +00:00
langflow/version Fixes Pinecone implementation (#1856) 2024-05-07 18:29:42 -03:00
tests feat: get result from output if possible (#3338) 2024-08-15 16:44:06 +00:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00
Dockerfile Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793) 2024-04-29 13:38:18 -03:00