llamaIndex - 💡(How to fix) Fix [Bug]: Broken link to SEC Chatbot example from Financial Analysis page [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
run-llama/llama_index#20699Fetched 2026-04-08 00:31:25
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
commented ×2labeled ×2closed ×1cross-referenced ×1

Error Message

The SEC Chatbot card on the Financial Analysis use case page (https://developers.llamaindex.ai/?usecases=Financial+Analysis) links to a non-existent notebook. When clicking on the "SEC Chatbot" card described as "Build a specialized chatbot for SEC document analysis and queries", it redirects to https://developers.llamaindex.ai/python/examples/agent/Chatbot_SEC.ipynb which returns a 404 error. 4. Observe that the destination URL (https://developers.llamaindex.ai/python/examples/agent/Chatbot_SEC.ipynb) returns a 404 error

RAW_BUFFERClick to expand / collapse

Bug Description

The SEC Chatbot card on the Financial Analysis use case page (https://developers.llamaindex.ai/?usecases=Financial+Analysis) links to a non-existent notebook. When clicking on the "SEC Chatbot" card described as "Build a specialized chatbot for SEC document analysis and queries", it redirects to https://developers.llamaindex.ai/python/examples/agent/Chatbot_SEC.ipynb which returns a 404 error.

The example appears to be missing or moved. The link should either be restored or updated to point to the correct location.

Version

N/A - Website/Documentation Issue

Steps to Reproduce

  1. Navigate to https://developers.llamaindex.ai/?usecases=Financial+Analysis
  2. Locate the "SEC Chatbot" card in the Financial Analysis use cases
  3. Click on the card or its link
  4. Observe that the destination URL (https://developers.llamaindex.ai/python/examples/agent/Chatbot_SEC.ipynb) returns a 404 error

Relevant Logs/Tracbacks

extent analysis

Fix Plan

The fix involves updating the link to point to the correct location of the SEC Chatbot notebook.

  • Check if the notebook exists in a different location and update the link accordingly.
  • If the notebook is missing, consider recreating it or providing an alternative example.

Code Changes

Update the link in the SEC Chatbot card to point to the correct location:

<a href="https://developers.llamaindex.ai/python/examples/agent/Chatbot_SEC.ipynb">
  <!-- Update this link to the correct location -->
</a>

Replace with:

<a href="https://new-location.com/Chatbot_SEC.ipynb">
  SEC Chatbot
</a>

Alternatively, if the notebook is missing, remove the link or provide a notice:

<!-- Remove the link or provide a notice -->
<div>
  SEC Chatbot (example not available)
</div>

Verification

  1. Navigate to https://developers.llamaindex.ai/?usecases=Financial+Analysis
  2. Locate the "SEC Chatbot" card
  3. Click on the card or its link
  4. Verify that the destination URL is correct and the notebook is accessible

Extra Tips

  • Regularly review and update links to ensure they are accurate and up-to-date.
  • Consider implementing a link checker tool to automate the process.
  • Provide clear notices or alternatives when examples are missing or unavailable.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

llamaIndex - 💡(How to fix) Fix [Bug]: Broken link to SEC Chatbot example from Financial Analysis page [2 comments, 2 participants]