[PR #23] [MERGED] Add more examples for LlamaCloud usage #30

Closed
opened 2026-02-15 23:15:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamacloud-demo/pull/23
Author: @jonathanhliu21
Created: 8/9/2024
Status: Merged
Merged: 8/22/2024
Merged by: @jerryjliu

Base: mainHead: add-example


📝 Commits (4)

📊 Changes

4 files changed (+2547 additions, -0 deletions)

View changed files

.gitignore (+165 -0)
examples/10k_apple_tesla/file_retrieve_workflow.ipynb (+1205 -0)
examples/corrective_rag/corrective_rag_workflow.ipynb (+462 -0)
examples/llamacloud_sql_router/llamacloud_sql_router.ipynb (+715 -0)

📄 Description

Adds the following examples for LlamaCloud usage

  • A corrective RAG agent that uses LlamaCloud query engine as a tool but falls back to web search if the answer isn't found
  • A workflow that can do both chunk-level and document-level retrieval on LlamaCloud documents
  • A custom agent that can query both a LlamaCloud query engine and a SQL query engine using workflows.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llamacloud-demo/pull/23 **Author:** [@jonathanhliu21](https://github.com/jonathanhliu21) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `add-example` --- ### 📝 Commits (4) - [`140536d`](https://github.com/run-llama/llamacloud-demo/commit/140536ddb7ef4e17fe796a2214afd0a894c381c5) add corrective rag workflow notebook - [`db542f3`](https://github.com/run-llama/llamacloud-demo/commit/db542f3603718948f2946192f5f428ca4b73fc40) add file retrieve workflow notebook - [`40121c6`](https://github.com/run-llama/llamacloud-demo/commit/40121c69f070b7f65912914d23a5aa0e5b3d0104) Adds SQL router example - [`0f94517`](https://github.com/run-llama/llamacloud-demo/commit/0f945174e843c2606152a46443e7e4f8f6424917) cr ### 📊 Changes **4 files changed** (+2547 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+165 -0) ➕ `examples/10k_apple_tesla/file_retrieve_workflow.ipynb` (+1205 -0) ➕ `examples/corrective_rag/corrective_rag_workflow.ipynb` (+462 -0) ➕ `examples/llamacloud_sql_router/llamacloud_sql_router.ipynb` (+715 -0) </details> ### 📄 Description Adds the following examples for LlamaCloud usage - A corrective RAG agent that uses LlamaCloud query engine as a tool but falls back to web search if the answer isn't found - A workflow that can do both chunk-level and document-level retrieval on LlamaCloud documents - A custom agent that can query both a LlamaCloud query engine and a SQL query engine using workflows. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:15:13 -05:00
yindo closed this issue 2026-02-15 23:15:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamacloud-demo#30