dosubot[bot]

Results 14140 comments of dosubot[bot]

The fix for duplicate or unprocessed JSON responses from agent tool calls was merged after the release of version 1.9.2, so it's not included in your current version. To resolve...

Hi @adalman! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the pdfme team. The version mismatch error happens because @pdfme/ui uses an outdated and vulnerable version of pdfjs-dist (3.11.174), while your project uses...

Hi @lb0o! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the cozystack team. Tenant names that start with digits aren't currently rejected in Cozystack, which leads to downstream DNS-1035 validation errors when those...

To address the test failures related to the `_handle_warnings` attribute and `KeyError` issues in `tests/operators/test_kubernetes.py` for `DbtTestKubernetesOperator` and `DbtSourceKubernetesOperator`, you should ensure that the `context` dictionary contains the necessary keys...

Hi @DmSilkin! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ragflow team. The admin panel API is served at `/api/v1/admin` on port 9381, not at `/admin` directly. To access the admin panel,...

Yes, the ragflow:0.22.0 Docker image does include the admin web UI. The frontend (including the admin UI) is built and copied into the image at `/ragflow/web/dist`, which is served by...

This is expected: the admin server on port 9381 only serves API endpoints under /api/v1/admin, not a web UI or any content at the root path. So if you visit...

Hi, @mejackreed. I'm [Dosu](https://dosu.dev), and I'm helping the LangChain JS team manage their backlog. I'm marking this issue as stale. **Issue Summary** - Compatibility issue between LangChain.js and DataDog LLMObs...

The error `[ERROR][Exception]: 'text'` during embedding inference means the pipeline expected a `text` field in the data passed to the embedding step, but it was missing. This usually happens if...

The metadata_condition parameter (like {"$contains": "山东"}) is meant to filter retrieved chunks by checking if their metadata fields contain the substring "山东". However, in RAGFlow v0.21.0, this filtering does not...