From d889176259e344ac58977aafbe1d56e840cde517 Mon Sep 17 00:00:00 2001 From: "javapapo@mac.com" Date: Sat, 9 Mar 2024 18:53:33 +0000 Subject: [PATCH] Update rag_llamaindex_librarian.ipynb Add a small change - make sure that the reader has pulled llama2 prior to running the example. --- notebooks/en/rag_llamaindex_librarian.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/en/rag_llamaindex_librarian.ipynb b/notebooks/en/rag_llamaindex_librarian.ipynb index 848172d1..0a3356c3 100644 --- a/notebooks/en/rag_llamaindex_librarian.ipynb +++ b/notebooks/en/rag_llamaindex_librarian.ipynb @@ -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!" ] }, {