Skip to content

Commit

Permalink
Add voyageai model support update; and history
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp committed Sep 27, 2024
1 parent fe4bbef commit 9a8085b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 15 deletions.
36 changes: 27 additions & 9 deletions developers/weaviate/model-providers/voyageai/embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,33 @@ For further details on model parameters, see the [Voyage AI Embedding API docume

### Available models

| Model name | Available in Weaviate | Default in Weaviate |
| ---------- | ------------------------------ | ---------------------------- |
| `voyage-3` | `v1.24.25+`, `v1.25.18+`, `v1.26.5+` | `v1.24.25+`, `v1.25.18+`, `v1.26.5+` |
| `voyage-3-lite` | `v1.24.25+`, `v1.25.18+`, `v1.26.5+` | |
| `voyage-large-2` | `v1.24.2+` | `<=v1.24.24`, `<=v1.25.17`, `<=v1.26.4` |
| `voyage-code-2` | `v1.24.2+` | |
| `voyage-2` | `v1.24.2+` | |
| `voyage-law-2` | `v1.24.9+` | |
| `voyage-large-2-instruct` | `v1.24.9+` | |
- voyage-3 (default)
- voyage-3-lite
- voyage-large-2 (default up to `v1.24.24`, `v1.25.17`, `v1.26.4`)
- voyage-code-2
- voyage-2
- voyage-law-2
- voyage-large-2-instruct
- voyage-finance-2
- voyage-multilingual-2

<details>
<summary>
Model support history
</summary>

- `v1.24.25`, `v1.25.18`, `v1.26.5`:
- Added `voyage-3`, `voyage-3-lite`
- Default model changed to `voyage-3` from `voyage-large-2`
- `v1.24.14`, `v1.25.1`:
- Added `voyage-large-2-instruct`
- Removed `voyage-lite-02-instruct`
- `v1.24.9`:
- Added `voyage-law-2`, `voyage-lite-02-instruct`
- `v1.24.2`:
- Introduced `text2vec-voyage`, with `voyage-large-2`, `voyage-code-2`, `voyage-2` support

</details>

## Further resources

Expand Down
27 changes: 21 additions & 6 deletions developers/weaviate/model-providers/voyageai/reranker.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ Configure a Weaviate collection to use a Voyage AI reranker model as follows:

</Tabs>

You can specify one of the [available models](#available-models) for the reranker to use. Currently, `rerank-lite-1` is the only available model.
<!-- The [default model](#available-models) is used if no model is specified. -->
You can specify one of the [available models](#available-models) for the reranker to use.

The [default model](#available-models) is used if no model is specified.

## Reranking query

Expand Down Expand Up @@ -140,10 +141,24 @@ Any search in Weaviate can be combined with a reranker to perform reranking oper

### Available models

- `rerank-2`
- `rerank-2-lite`
- `rerank-1`
- `rerank-lite-1`
- rerank-2
- rerank-2-lite
- rerank-1
- rerank-lite-1 (default)

<details>
<summary>
Model support history
</summary>

- `v1.24.25`, `v1.25.18`, `v1.26.5`:
- Added `rerank-2`, `rerank-2-lite`
- `v1.24.18`, `v1.25.3`:
- Added `rerank-1`
- `1.24.7`:
- Introduced `reranker-voyageai`, with `rerank-lite-1` support

</details>

## Further resources

Expand Down

0 comments on commit 9a8085b

Please sign in to comment.