bug: Receiving errors from web server `Operation attempted on ended Span` from missing traces

用户通过 Helm chart 部署 Langfuse POC,发送 traces 初时成功,随后在 Web 实例(K8s)上持续出现 Operation attempted on ended Span 错误,且 traces 在 ClickHouse 或 S3 中丢失。同时,Jupyter not

用户通过 Helm chart 部署 Langfuse POC,发送 traces 初时成功,随后在 Web 实例(K8s)上持续出现 Operation attempted on ended Span 错误,且 traces 在 ClickHouse 或 S3 中丢失。同时,Jupyter not
![[Question]: Letter 'n' missing when parsing documents](https://www.chat-gpts.plus/wp-content/uploads/2026/07/8724-b12951ff-768x403.jpg)
用户使用 RAGFlow 的 Python API 创建数据集(dataset)时,通过 parser_config 自定义文档解析分隔符(delimiter),或者完全不指定 parser_config 使用默认值。预期按换行符( \n )分割文档,但实际解析后文档中的字母 'n' 被无故剥离。问

用户在 llama.cpp b10000 版本(含)之后,使用 llama-server 或 llama-cli 加载 Tencent 量化团队 AngelSlim 发布的 Hy3 GGUF 模型(例如 Hy3-IQ1_M-mtp.gguf 、 Hy3-Q4_K_M-mtp.gguf )时触发。也适

用户在使用 llama-server (core library 模式)通过 tool/function calling 调用模型(如 Qwen3.6-35B-A3B)时,模型返回包含代码块或多行字符串的 tool call 参数。期望保留原始缩进和换行符,但实际输出的 JSON 参数中被去掉了第一

用户在启动 vLLM 0.25.0 服务时,加载 Gemma4 MTP 草稿模型( google/gemma-4-26B-A4B-it-assistant )作为推测解码器,服务在初始化阶段崩溃。该问题在 NVFP4 量化模型上也同样复现。

用户通过 Langfuse Python SDK 调用 dataset.run_experiment() 时,借助 OpenTelemetry 检测(例如通过 openinference-instrumentation-agno )追踪 LLM 调用成本。所有成本在单个数据集项目(Item)和追踪层
![[Question]: How to obtain the original quoted text through HTTP or Python API?](https://www.chat-gpts.plus/wp-content/uploads/2026/07/8788-18831989-768x403.jpg)
用户在 RAGFlow 中创建知识库后,通过聊天助手的 chat_id 进行问答。返回的答案末尾包含类似 [ID:1] 的标记,用户需要从 API 响应中获取这些标记对应的原始引用文本,以便进行后续的代码处理或数据操作。
![[Bug]: 21:05:44 Page(49~55): [ERROR]Generate embedding error:do embedding request: Post "http://127.0.0.1:45507/embedding": EOF 21:05:44 [ER](https://www.chat-gpts.plus/wp-content/uploads/2026/07/8905-7c480e1d-768x403.jpg)
用户在 RAGFlow 中解析 PDF 文件时触发 embedding 生成错误。报错日志显示尝试 POST 请求 http://127.0.0.1:45507/embedding 时收到 EOF 响应,导致整个解析过程失败。
![[Bug]: An error occurred when deploying the reranker-bge-reranker-v2-m3 model using vllm.](https://www.chat-gpts.plus/wp-content/uploads/2026/07/8856-8ba8fef4-768x403.jpg)
用户使用 RAGFlow 0.19.1(commit ce140f1 ),基于 vLLM 部署 BAAI/bge-reranker-v2-m3 重排模型,在调用检索测试接口( /v1/chunk/retrieval_test )时触发授权错误。Docker 日志显示 LLMBundle 初始化失败。
![[Bug]: AGUIChatWorkflow.aggregate_tool_calls only appends ToolMessages for backend tools, orphaning frontend tool_call_ids](https://www.chat-gpts.plus/wp-content/uploads/2026/07/22066-3eebb45e-768x403.jpg)
使用 AGUIChatWorkflow ( llama-index-protocols-ag-ui )时触发。典型场景:Agent 在同一轮中同时调用了后端工具(如计算函数)和前端工具(如 UI 渲染)。用户可能使用 MockFunctionCallingLLM 进行测试,或在实际 AG-UI 流程