[PR #34] [MERGED] [WIP] add query rewriting notebook example #224

Closed
opened 2026-02-16 01:16:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/34
Author: @jerryjliu
Created: 6/23/2024
Status: Merged
Merged: 6/24/2024
Merged by: @logan-markewich

Base: mainHead: jerry/add_query_rewrite_notebook


📝 Commits (4)

  • 9a17028 cr
  • e8b2ce5 Merge branch 'main' into jerry/add_query_rewrite_notebook
  • f2d3c45 make frontend app ignore bytes, add timeout, add additional_consumers
  • f079bb0 more explanation

📊 Changes

16 files changed (+657 additions, -135 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 README.md (+26 -2)
📝 example_scripts/agentic_server.py (+14 -1)
example_scripts/query_rewrite_rag.ipynb (+514 -0)
📝 llama_agents/app/app.py (+3 -3)
📝 llama_agents/app/components/human_list.py (+2 -2)
📝 llama_agents/app/components/service_list.py (+1 -1)
📝 llama_agents/app/components/task_list.py (+1 -1)
📝 llama_agents/control_plane/server.py (+34 -6)
📝 llama_agents/launchers/server.py (+7 -17)
📝 llama_agents/message_consumers/callable.py (+5 -1)
📝 llama_agents/message_consumers/remote.py (+1 -2)
📝 llama_agents/message_queues/simple.py (+4 -8)
📝 llama_agents/tools/agent_service_tool.py (+0 -2)
📝 poetry.lock (+43 -87)
📝 pyproject.toml (+1 -1)

📄 Description

WIP because the descirptions on the notebook need to be better.

setup two agents, a hyde agent and a simple agent, where hyde --> simple agent, combined using pipeline orchestrator.

depends on this PR being landed https://github.com/run-llama/llama_index/pull/14329


🔄 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/llama_deploy/pull/34 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `jerry/add_query_rewrite_notebook` --- ### 📝 Commits (4) - [`9a17028`](https://github.com/run-llama/llama_deploy/commit/9a1702826d26c1ebfdc4d93de8d3a73547ac9d25) cr - [`e8b2ce5`](https://github.com/run-llama/llama_deploy/commit/e8b2ce51c325f048b53b2c835ef22724b4f8e83d) Merge branch 'main' into jerry/add_query_rewrite_notebook - [`f2d3c45`](https://github.com/run-llama/llama_deploy/commit/f2d3c450872baa6e62373f91aba03b6db9f55271) make frontend app ignore bytes, add timeout, add additional_consumers - [`f079bb0`](https://github.com/run-llama/llama_deploy/commit/f079bb0e3111ffb091b6c383029f5647cb2061c2) more explanation ### 📊 Changes **16 files changed** (+657 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `README.md` (+26 -2) 📝 `example_scripts/agentic_server.py` (+14 -1) ➕ `example_scripts/query_rewrite_rag.ipynb` (+514 -0) 📝 `llama_agents/app/app.py` (+3 -3) 📝 `llama_agents/app/components/human_list.py` (+2 -2) 📝 `llama_agents/app/components/service_list.py` (+1 -1) 📝 `llama_agents/app/components/task_list.py` (+1 -1) 📝 `llama_agents/control_plane/server.py` (+34 -6) 📝 `llama_agents/launchers/server.py` (+7 -17) 📝 `llama_agents/message_consumers/callable.py` (+5 -1) 📝 `llama_agents/message_consumers/remote.py` (+1 -2) 📝 `llama_agents/message_queues/simple.py` (+4 -8) 📝 `llama_agents/tools/agent_service_tool.py` (+0 -2) 📝 `poetry.lock` (+43 -87) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description WIP because the descirptions on the notebook need to be better. setup two agents, a hyde agent and a simple agent, where hyde --> simple agent, combined using pipeline orchestrator. depends on this PR being landed https://github.com/run-llama/llama_index/pull/14329 --- <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-16 01:16:32 -05:00
yindo closed this issue 2026-02-16 01:16:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#224