Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 3a9651c

Browse files
author
Joan Fontanals Martinez
committed
docs: fix links
1 parent 3fc6a91 commit 3a9651c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/embeddings.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ You can pass in an optional `model_name` argument, which lets you choose which H
291291

292292
## Jina AI
293293

294-
Chroma provides a convenient wrapper around JinaAI's embedding API. This embedding function runs remotely on JinaAI's servers, and requires an API key. You can get an API key by signing up for an account at [JinaAI](#TODO: Check link).
294+
Chroma provides a convenient wrapper around JinaAI's embedding API. This embedding function runs remotely on JinaAI's servers, and requires an API key. You can get an API key by signing up for an account at [JinaAI](https://jina.ai/embeddings/).
295295

296296
<Tabs queryString groupId="lang" className="hideTabSwitcher">
297297
<TabItem value="py" label="Python">
@@ -306,8 +306,7 @@ jinaai_ef = embedding_functions.JinaAIEmbeddingFunction(
306306
jinaai_ef(texts=["This is my first text to embed", "This is my second document"])
307307
```
308308

309-
You can pass in an optional `model_name` argument, which lets you choose which JinaAI model to use. By default, Chroma uses `jina-embedding-v2-base-en`. You can see a list of all available models [here](#TODO: Check link).
310-
309+
You can pass in an optional `model_name` argument, which lets you choose which JinaAI model to use. By default, Chroma uses `jina-embedding-v2-base-en`.
311310

312311
## Custom Embedding Functions
313312

0 commit comments

Comments
 (0)