[Bug]: Stopword removal is ineffective in `SemanticDoubleMergingSplitterNodeParser`
![[Bug]: Stopword removal is ineffective in `SemanticDoubleMergingSplitterNodeParser`](https://www.chat-gpts.plus/wp-content/uploads/2026/07/22166-88c4a5ce-768x403.jpg)
用户在 LlamaIndex 0.14.23 版本中,使用 SemanticDoubleMergingSplitterNodeParser 文本分割器,期望通过 _clean_text_advanced 方法去除停用词,但发现停用词(如 "this", "is", "a", "the", "and"
![[Bug]: Stopword removal is ineffective in `SemanticDoubleMergingSplitterNodeParser`](https://www.chat-gpts.plus/wp-content/uploads/2026/07/22166-88c4a5ce-768x403.jpg)
用户在 LlamaIndex 0.14.23 版本中,使用 SemanticDoubleMergingSplitterNodeParser 文本分割器,期望通过 _clean_text_advanced 方法去除停用词,但发现停用词(如 "this", "is", "a", "the", "and"

用户在一台搭载 NVIDIA GeForce RTX 3090 的机器上使用 make server LLAMA_CUDA=1 CUDA_DOCKER_ARCH=all 成功编译了 llama.cpp server,但执行时出现该报错且模型未加载到 GPU。在另一台 1080 Ti 机器上用相同编译

用户在使用 faster-whisper 配合 FastAPI 搭建多 GPU 转录服务时,试图在 4 块 GPU 上分别加载模型,并通过一个异步队列分配推理任务。初始几轮请求(约 8 次)正常返回 200 响应,随后出现约 50% 的请求失败,伴随 RuntimeError: CUDA faile

用户在使用 vLLM 进行 CPU 推理(基于 AMD EPYC 7302 处理器,Ubuntu 24.04,PyTorch 2.11.0+cpu)时,启动模型服务或执行推理任务时触发此错误。

用户在 LangChain 框架中使用 MultiQueryRetriever 时,当 Document 的 metadata 字段包含 list(如 {"tags": ["python", "programming"]} )或 dict(如 {"source": {"type": "api"}}

用户使用 ComfyUI 0.27.0,在 Windows 10 上通过 RTX 3060(12GB VRAM)运行 LTX 2.3 v2v 工作流(fp8 模型)。更新到最新版本后,工作流执行到第二个 LTX Sampler 阶段时,系统 RAM 从正常的 48 GB 以下暴涨至 69 GB 以上

用户在 Gradio 5.35.0 升级到 5.38.2 后,使用 gr.Blocks + gr.Tabs + gr.Plot 组合时触发。具体场景: gr.Tabs 中包含多个标签页,其中一个标签页内放置了 gr.Plot (使用 Plotly 图表),切换到此标签页时渲染出现显著延迟,而其他标签

用户使用 AutoGen 框架时,在 UserProxyAgent 中传入了 llm_config 参数,导致任务完成后出现 AttributeError: 'str' object has no attribute 'get' 。该错误在某些简单任务完成后(如生成公司名称列表)或助理生成 Pyth
![[Bug]: OpenAI API key format](https://www.chat-gpts.plus/wp-content/uploads/2026/07/3345-98acd84f-768x403.jpg)
用户在定义 AutoGen Agent(如 ConversableAgent、AssistantAgent、RetrieveUserProxyAgent)时,从环境变量或 JSON 配置文件中读取 OpenAI API key,系统输出警告信息,且后续调用 generate_reply 时可能触发

用户在配置 AutoGen 的 GraphFlow 工作流(通过 DiGraphBuilder 构建图)时,为多个 agent 分配了不同的工具(如 query_muse_search 、 get_dataset_info 、 search_relevant_fields 、 test_iql )并