Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rag_llamaindex_librarian.ipynb #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/en/rag_llamaindex_librarian.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Copy link
Contributor

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 have ollama serve running before running pull.

> ollama pull zephyr
Error: could not connect to ollama app, is it running?

]
},
{
Expand Down
Loading