验证指南
自托管文档访问
This section requires a password to access. Interested in self-hosting? Contact sales to learn more.
Self-Hosting Documentation Access Granted
本指南帮助您验证在 Azure 上的 LlamaCloud 部署是否正常运行。完成Azure 设置指南后,请按照以下步骤操作。
步骤1:验证Pod状态
Section titled “Step 1: Verify Pod Status”检查所有LlamaCloud容器是否正常运行:
# Check all pods are runningkubectl get pods -n llamacloud
# Expected output should show all pods as Running:llamacloud-64f468d5cf-sqjq6 1/1 Runningllamacloud-layout-6d97b84c58-rld8x 1/1 Runningllamacloud-ocr-5cc459bdd-99xgt 1/1 Runningllamacloud-operator-5d4c58b854-dwnjk 1/1 Runningllamacloud-parse-7ffbc786b5-r98w2 1/1 Runningllamacloud-telemetry-5fc9ff8c67-fv8xj 1/1 Runningllamacloud-web-b88d95588-rprhc 1/1 Runningllamacloud-worker-58b95ccc6f-vqmgx 1/1 Runningllamacloud-s3proxy-xxx 1/1 Running如果有任何 Pod 不处于 Running 状态,请检查日志:
kubectl logs deployment/llamacloud-telemetry -n llamacloud步骤2:访问用户界面并测试认证
Section titled “Step 2: Access UI and Test Authentication”访问LlamaCloud用户界面
Section titled “Access the LlamaCloud UI”端口转发(用于测试)
kubectl -n llamacloud port-forward svc/llamacloud-web 3000:80在您的浏览器中打开 http://localhost:3000。
生产环境访问(如已配置入口) 如果您已设置入口控制器,请访问您配置的域名。
- 导航至 LlamaCloud 用户界面
- 点击登录 - 应重定向至 Microsoft Entra ID
- 完整的 OIDC 流程 - 使用您的 Microsoft Entra ID 凭据进行身份验证
- 验证登录成功 - 应返回至LlamaCloud仪表板
步骤3:访问管理员界面
Section titled “Step 3: Access Admin UI”成功认证后,验证管理员功能:
- 导航至管理员设置 - 在用户界面中寻找管理员/设置区域
- 检查许可证状态 - 验证您的LlamaCloud许可证显示为“活跃”状态
- 检查LLM可用性 - 展开LLM部分以查看提供商和模型状态
- 检查文件存储 - 展开以验证所有必需存储桶均显示为“可用”
- 检查功能可用性 - 验证解析、提取和对话功能是否与您的模型兼容
管理员界面显示三个主要的可展开部分:
- 许可证有效期和到期日期
- 部署版本信息
- 续期提醒 如果许可证即将到期
- 提供商状态 (OpenAI, Anthropic, 等)
- 模型验证 使用 ✅ 表示正常工作的模型,❌ 表示失败的模型
- 错误信息 针对任何模型连接问题

- 可用存储桶 - 应显示所有8个必需容器:
llama-platform-parsed-documentsllama-platform-etlllama-platform-external-componentsllama-platform-file-parsingllama-platform-raw-filesllama-cloud-parse-outputllama-platform-file-screenshotsllama-platform-extract-output
- 不可用的存储桶 - 如果配置正确,应为空

- 解析功能 - 显示预设模式(快速、均衡、高级)和高级解析模式
- 提取特征 - 显示模式生成与提取功能的可用性
- 聊天演示场 - 展示可用于聊天功能的模型

- 在 LlamaCloud 用户界面中导航至 Parse 产品
- 保持默认设置(成本效益模式)
- 上传一个测试PDF文档
- 验证解析任务成功完成
使用此检查清单确保您的部署已完全验证:
- 所有 Pod 都处于
Running状态 - 前端可通过浏览器访问
- Microsoft Entra ID 身份验证正常工作
- 管理员界面许可证状态显示为“激活”
- LLM 模型在管理界面中显示 ✅ 状态
- 所有8个必需的存储桶均显示为“可用”
- 功能可用性显示所需能力正常工作
- 可以导航到解析产品
- 可以上传PDF文档
- 文档解析任务成功完成
如果在验证过程中遇到任何问题,请查阅故障排除指南获取常见问题的解决方案。
验证完成后,您的 Azure LlamaCloud 部署即可投入使用!