Skip to content

Commit

Permalink
fix ollama query engine pack notebook. (#11524)
Browse files Browse the repository at this point in the history
  • Loading branch information
skvrd authored Mar 1, 2024
1 parent d0a689d commit 65e96de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/examples/llama_hub/llama_pack_ollama.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@
"metadata": {},
"outputs": [],
"source": [
"from ollama_pack.base import OllamaQueryEnginePack\n",
"\n",
"# You can use any llama-hub loader to get documents!\n",
"ollama_pack = OllamaQueryEnginePack(model=\"llama2\", documents=documents)"
]
Expand Down

0 comments on commit 65e96de

Please sign in to comment.