heyszt
heyszt
Conversations Info are stored in the database. Has your service been running for a long time with many historical sessions? If so, the session table in the database would be...
It seems that there is dirty data in your DB,the tenant-related tables: tenants & tenant_account_joins. > ### Self Checks > * [x] This is only for bug report, if you...
We also find this feature to be of great necessity. We have implemented a simple version of a similar filtering function on our own(Self Hosted). However, due to merge conflicts,...
hi @fatelei This PR is ready for review, fixed Python style issues and adds unit tests for the Observability layer. the "hook/event order" you mentioned: events appear to be handled...
## Overview We plan to add OpenTelemetry (OTel) instrumentation at two levels: 1. **Regular methods** (e.g., `AppGenerateService.generate`) 2. **Workflow execution methods** in the graph engine ## Approach 1: Decorator-based Instrumentation...
Here’s the demo: 1. Configure Logstore storage in .env 2. Start the dify-api, and the ext_logstore plugin will create/check the Logstore resource and update the index during startup. 3.Run a...
when using the Docker image dify-plugin-daemon:0.0.3-local I also encountered this problem,but there is no problem anymore if u compiling and running it locally with the latest code.