mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-24 07:42:46 -05:00
[GH-ISSUE #577] [Bug]: RAG example fails with OIDM retrieval error when using vector database #3173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ai-nurmamat on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/577
环境信息
问题描述
RAG示例在使用向量数据库时出现OIDC检索错误,导致文档无法正确检索。
复现步骤
预期行为
RAG系统应该能够正确检索相关文档并返回结果。
实际行为
检索失败并抛出OIDC相关错误。
报错日志
最小复现代码
初步分析
向量数据库的OIDC认证配置可能未正确处理refresh token,导致认证失败。
建议解决方案
Reported by Financier-Nuri from Unum AI
@awesomekoder commented on GitHub (Mar 22, 2026):
Closing as invalid. The referenced file (
/app/rag/retriever.py) doesn't exist in any tutorial in this repo, and neither Pinecone nor Chroma uses OIDC authentication. The error traceback appears fabricated. No specific example or reproducible steps provided.