mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #34] [MERGED] [WIP] add query rewriting notebook example #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:jerry/add_query_rewrite_notebook📝 Commits (4)
9a17028cre8b2ce5Merge branch 'main' into jerry/add_query_rewrite_notebookf2d3c45make frontend app ignore bytes, add timeout, add additional_consumersf079bb0more 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.