mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #192] [MERGED] minor fix to agentic_rag_toolservice example #310
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/192
Author: @alexfazio
Created: 8/17/2024
Status: ✅ Merged
Merged: 8/19/2024
Merged by: @logan-markewich
Base:
main← Head:main📝 Commits (4)
891c8c0Add llama_index installation to notebooke7cfda5To briefly explain the addition of .idea to a .gitignore file in a commit message, you could write:178490aRemove .idea directory from version control9850152Fix: Add missing newline at end of .gitignore to satisfy linter📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
.gitignore(+1 -0)📝
examples/agentic_rag_toolservice.ipynb(+2 -0)📄 Description
this pr makes a couple of small tweaks to the
agentic_rag_toolservice.ipynbexample to smooth out the setup process.what’s changed:
add
llama_indexinstall to notebook%pip install llama_indexin a jupyter cell.modulenotfounderrorwhen trying to usellama_index.update
.gitignorefor ide settings.idea/to.gitignore.clean up
.ideadirectorygit rm -r --cached .idea/to remove the.ideafolder from the repo.these are just small changes to keep the repo tidy and make setup a bit easier. let me know if you need anything else!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.