Ítalo Johnny
Ítalo Johnny
This pull request includes a series of commits focused on refactoring and improving the graph code
This PR is in progress.
This PR disables the old langfuse_plugin code. In PR #3398, a Langfuse tracer service was implemented
This PR re-enables a test that was temporarily disabled due to PR #4437
### Feature Request Create integration tests for code examples demonstrating backend API integration.  ### Motivation Currently, the API integration example code is versioned within...
This pull request includes several updates to the `langflow` project, primarily focusing on standardizing the use of the `Memory` type alias across various components and files. The changes involve updating...
Ensure database connection URLs are properly validated and tested to prevent runtime errors
Adjusted the Makefile to run only unit tests and improved readability by splitting the test command into multiple lines
### Bug Description Hello team, While running the unit tests locally, I encountered the following error: ``` .venv/lib/python3.10/site-packages/astrapy/ids.py:19: in from bson.objectid import ObjectId # noqa: F401 ModuleNotFoundError: No module named...