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

Add Ollama to docs #13465

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
prettier changes
strickvl committed Apr 29, 2024
commit 6f55065ed990cf04e367291fdcbb758e8c1abbb5
84 changes: 45 additions & 39 deletions website/docs/api/large-language-models.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/docs/usage/large-language-models.mdx
Original file line number Diff line number Diff line change
@@ -511,7 +511,7 @@ provider's documentation.
| [`spacy.StableLM.v1`](/api/large-language-models#models-hf) | StableLM models through HuggingFace. |
| [`spacy.OpenLLaMA.v1`](/api/large-language-models#models-hf) | OpenLLaMA models through HuggingFace. |
| [LangChain models](/api/large-language-models#langchain-models) | LangChain models for API retrieval. |
| [`spacy.Ollama.v1`](/api/large-language-models#models-rest) | Ollama's locally-running models. |
| [`spacy.Ollama.v1`](/api/large-language-models#models-rest) | Ollama's locally-running models. |

Note that the chat models variants of Llama 2 are currently not supported. This
is because they need a particular prompting setup and don't add any discernible