We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用 crawl4ai 命令行工具时,执行 crawl docs update 或 crawl docs index,出现如下错误: [ERROR]... × Failed to fetch docs: 404 Client Error: Not Found for url: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt Error: 404 Client Error: Not Found for url: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt
此外,运行 crawl docs list 显示文档部分为空: +------------+ | Sections | +------------+ +------------+ 复现步骤 1. 安装 Crawl4AI,版本为 0.4.247。 2. 激活 Conda 环境后运行以下命令: • crawl docs update • crawl docs index • crawl docs list 3. 出现上述错误信息。 预期行为
希望 crawl docs update 和 crawl docs index 能正常运行并加载文档内容,crawl docs list 列出已有文档部分。
环境信息 • 操作系统:macOS • Python 版本:3.10 • Crawl4AI 版本:0.4.247 • 安装方式:pip install crawl4ai
补充信息 • 仓库的 docs 目录中没有 llm.txt 文件,但工具尝试访问该文件: • URL: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt • 期待官方文档功能的具体说明或修复上述问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在使用 crawl4ai 命令行工具时,执行 crawl docs update 或 crawl docs index,出现如下错误:
[ERROR]... × Failed to fetch docs: 404 Client Error: Not Found for url: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt
Error: 404 Client Error: Not Found for url: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt
此外,运行 crawl docs list 显示文档部分为空:
+------------+
| Sections |
+------------+
+------------+
复现步骤
1. 安装 Crawl4AI,版本为 0.4.247。
2. 激活 Conda 环境后运行以下命令:
• crawl docs update
• crawl docs index
• crawl docs list
3. 出现上述错误信息。
预期行为
希望 crawl docs update 和 crawl docs index 能正常运行并加载文档内容,crawl docs list 列出已有文档部分。
环境信息
• 操作系统:macOS
• Python 版本:3.10
• Crawl4AI 版本:0.4.247
• 安装方式:pip install crawl4ai
补充信息
• 仓库的 docs 目录中没有 llm.txt 文件,但工具尝试访问该文件:
• URL: https://api.github.com/repos/unclecode/crawl4ai/contents/docs/llm.txt
• 期待官方文档功能的具体说明或修复上述问题。
The text was updated successfully, but these errors were encountered: