- Notifications
You must be signed in to change notification settings - Fork327
Update rag_llamaindex_librarian.ipynb#60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Add a small change - make sure that the reader has pulled llama2 prior to running the example.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered byReviewNB |
@@ -242,7 +242,7 @@ | |||
"\n", | |||
"First let's start up the Ollama server. Unfortunately, there is no support in the [Ollama Python client](https://github.com/ollama/ollama-python) for actually starting and stopping the server itself, so we'll have to pop out of Python land for this.\n", | |||
"\n", | |||
"In a separate terminal, run: `ollama serve`. Remember to terminate this after we're done here!" | |||
"In a separate terminal, run:'ollama pull llama2' and then`ollama serve`. Remember to terminate this after we're done here!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good catch. However, I think you actually need to haveollama serve
runningbefore runningpull
.
> ollama pull zephyrError: could not connect to ollama app, is it running?
HuggingFaceDocBuilderDev commentedMar 11, 2024
The docs for this PR livehere. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Uh oh!
There was an error while loading.Please reload this page.
Add a small change - make sure that the reader has pulled llama2 prior to running the example.
What does this PR do?
Add a small change - make sure that the reader has pulled llama2 prior to running the example.
Who can review?
@jinnovation