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

Commit 5c07db8

Browse files
author
Joan Fontanals Martinez
committed
fix issue with tabs
1 parent 03bc508 commit 5c07db8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/embeddings.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ 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](https://jina.ai/embeddings/).
295-
296294
<Tabs queryString groupId="lang" className="hideTabSwitcher">
297295
<TabItem value="py" label="Python">
298296

297+
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/).
298+
299299
This embedding function relies on the `requests` python package, which you can install with `pip install requests`.
300300

301301
```python
@@ -308,6 +308,8 @@ jinaai_ef(input=["This is my first text to embed", "This is my second document"]
308308

309309
You can pass in an optional `model_name` argument, which lets you choose which Jina model to use. By default, Chroma uses `jina-embedding-v2-base-en`.
310310

311+
</TabItem>
312+
<TabItem value="js" label="JavaScript">
311313
</TabItem>
312314
</Tabs>
313315

0 commit comments

Comments
 (0)