You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/embedders/cloudflare.mdx
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,13 @@ This guide will walk you through the process of setting up Meilisearch with Clou
13
13
14
14
To follow this guide, you'll need:
15
15
16
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=vector-search&utm_source=docs&utm_medium=cloudflare-embeddings-guide) project running version 1.10 or above with the Vector store activated.
17
-
- A Cloudflare account with access to Worker AI and an API key. You can sign up for a Cloudflare account at [Cloudflare](https://www.cloudflare.com/).
18
-
- Your Cloudflare account ID.
19
-
- No backend required.
16
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
17
+
- A Cloudflare account with access to Worker AI and an API key. You can sign up for a Cloudflare account at [Cloudflare](https://www.cloudflare.com/)
18
+
- Your Cloudflare account ID
20
19
21
20
## Setting up Meilisearch
22
21
23
-
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=cloudflare-embeddings-guide#update-embedder-settings) for more details on updating the embedder settings.
22
+
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings) for more details on updating the embedder settings.
24
23
25
24
Cloudflare Worker AI offers the following embedding models:
26
25
@@ -66,7 +65,7 @@ Once you've configured the embedder settings, Meilisearch will automatically gen
66
65
67
66
Please note that Cloudflare may have rate limiting, which is managed by Meilisearch. If you have a free account, the indexation process may take some time, but Meilisearch will handle it with a retry strategy.
68
67
69
-
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks?utm_campaign=vector-search&utm_source=docs&utm_medium=cloudflare-embeddings-guide#get-tasks).
68
+
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks).
70
69
71
70
## Testing semantic search
72
71
@@ -96,4 +95,4 @@ You can use the Meilisearch API or client libraries to perform searches and retr
96
95
97
96
By following this guide, you should now have Meilisearch set up with Cloudflare Worker AI embedding, enabling you to leverage semantic search capabilities in your application. Meilisearch's auto-batching and efficient handling of embeddings make it a powerful choice for integrating semantic search into your project.
98
97
99
-
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=cloudflare-embeddings-guide#embedders-experimental).
98
+
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings).
Copy file name to clipboardExpand all lines: guides/embedders/cohere.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ This guide will walk you through the process of setting up Meilisearch with Cohe
13
13
14
14
To follow this guide, you'll need:
15
15
16
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=vector-search&utm_source=docs&utm_medium=cohere-embeddings-guide) project running version 1.10 or above with the Vector store activated.
16
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
17
17
- A Cohere account with an API key for embedding generation. You can sign up for a Cohere account at [Cohere](https://cohere.com/).
18
18
- No backend required.
19
19
20
20
## Setting up Meilisearch
21
21
22
-
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=cohere-embeddings-guide#update-embedder-settings) for more details on updating the embedder settings.
22
+
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings) for more details on updating the embedder settings.
23
23
24
24
Cohere offers multiple embedding models:
25
25
-`embed-english-v3.0` and `embed-multilingual-v3.0`: 1024 dimensions
@@ -67,7 +67,7 @@ Once you've configured the embedder settings, Meilisearch will automatically gen
67
67
68
68
Please note that most third-party tools have rate limiting, which is managed by Meilisearch. If you have a free account, the indexation process may take some time, but Meilisearch will handle it with a retry strategy.
69
69
70
-
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](https://www.meilisearch.com/docs/reference/api/tasks?utm_campaign=vector-search&utm_source=docs&utm_medium=cohere-embeddings-guide#get-tasks).
70
+
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](https://www.meilisearch.com/docs/reference/api/tasks).
71
71
72
72
## Testing semantic search
73
73
@@ -97,5 +97,4 @@ You can use the Meilisearch API or client libraries to perform searches and retr
97
97
98
98
By following this guide, you should now have Meilisearch set up with Cohere embedding, enabling you to leverage semantic search capabilities in your application. Meilisearch's auto-batching and efficient handling of embeddings make it a powerful choice for integrating semantic search into your project.
99
99
100
-
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=cohere-embeddings-guide#embedders-experimental).
101
-
100
+
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings).
Copy file name to clipboardExpand all lines: guides/embedders/huggingface.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can use Hugging Face and Meilisearch in two ways: running the model locally
17
17
18
18
To follow this guide, you'll need:
19
19
20
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version 1.10 or above with the Vector store activated
20
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
21
21
- A [Hugging Face account](https://huggingface.co/) with a deployed inference endpoint
22
22
- The endpoint URL and API key of the deployed model on your Hugging Face account
23
23
@@ -83,4 +83,4 @@ In this request:
83
83
84
84
You have set up with an embedder using Hugging Face Inference Endpoints. This allows you to use pure semantic search capabilities in your application.
85
85
86
-
Consult the [embedder setting documentation](/reference/api/settings#embedders-experimental) for more information on other embedder configuration options.
86
+
Consult the [embedder setting documentation](/reference/api/settings) for more information on other embedder configuration options.
Copy file name to clipboardExpand all lines: guides/embedders/mistral.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ This guide will walk you through the process of setting up Meilisearch with Mist
13
13
14
14
To follow this guide, you'll need:
15
15
16
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=vector-search&utm_source=docs&utm_medium=mistral-embeddings-guide) project running version 1.10 or above with the Vector store activated.
16
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
17
17
- A Mistral account with an API key for embedding generation. You can sign up for a Mistral account at [Mistral](https://mistral.ai/).
18
18
- No backend required.
19
19
20
20
## Setting up Meilisearch
21
21
22
-
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=mistral-embeddings-guide#update-embedder-settings) for more details on updating the embedder settings.
22
+
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings) for more details on updating the embedder settings.
23
23
24
24
While using Mistral to generate embeddings, you'll need to use the model `mistral-embed`. Unlike some other services, Mistral currently offers only one embedding model.
25
25
@@ -63,7 +63,7 @@ Once you've configured the embedder settings, Meilisearch will automatically gen
63
63
64
64
Please note that most third-party tools have rate limiting, which is managed by Meilisearch. If you have a free account, the indexation process may take some time, but Meilisearch will handle it with a retry strategy.
65
65
66
-
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks?utm_campaign=vector-search&utm_source=docs&utm_medium=mistral-embeddings-guide#get-tasks)
66
+
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks)
67
67
68
68
## Testing semantic search
69
69
@@ -93,5 +93,4 @@ You can use the Meilisearch API or client libraries to perform searches and retr
93
93
94
94
By following this guide, you should now have Meilisearch set up with Mistral embedding, enabling you to leverage semantic search capabilities in your application. Meilisearch's auto-batching and efficient handling of embeddings make it a powerful choice for integrating semantic search into your project.
95
95
96
-
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=mistral-embeddings-guide#embedders-experimental).
97
-
96
+
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings).
Copy file name to clipboardExpand all lines: guides/embedders/openai.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ This guide will walk you through the process of setting up Meilisearch with Open
13
13
14
14
To follow this guide, you'll need:
15
15
16
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=vector-search&utm_source=docs&utm_medium=openai-embeddings-guide) project running version 1.10 or above with the Vector store activated.
16
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
17
17
- An OpenAI account with an API key for embedding generation. You can sign up for an OpenAI account at [OpenAI](https://openai.com/).
18
18
- No backend required.
19
19
20
20
## Setting up Meilisearch
21
21
22
-
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=openai-embeddings-guide#update-embedder-settings) for more details on updating the embedder settings.
22
+
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings) for more details on updating the embedder settings.
23
23
24
24
OpenAI offers three main embedding models:
25
25
@@ -53,7 +53,7 @@ Once you've configured the embedder settings, Meilisearch will automatically gen
53
53
54
54
Please note that OpenAI has rate limiting, which is managed by Meilisearch. If you have a free account, the indexation process may take some time, but Meilisearch will handle it with a retry strategy.
55
55
56
-
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks?utm_campaign=vector-search&utm_source=docs&utm_medium=openai-embeddings-guide#get-tasks)
56
+
It's recommended to monitor the tasks queue to ensure everything is running smoothly. You can access the tasks queue using the Cloud UI or the [Meilisearch API](/reference/api/tasks)
57
57
58
58
## Testing semantic search
59
59
@@ -83,4 +83,4 @@ You can use the Meilisearch API or client libraries to perform searches and retr
83
83
84
84
By following this guide, you should now have Meilisearch set up with OpenAI embedding, enabling you to leverage semantic search capabilities in your application. Meilisearch's auto-batching and efficient handling of embeddings make it a powerful choice for integrating semantic search into your project.
85
85
86
-
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=openai-embeddings-guide#embedders-experimental).
86
+
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings).
Copy file name to clipboardExpand all lines: guides/embedders/voyage.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ This guide will walk you through the process of setting up Meilisearch with Voya
13
13
14
14
To follow this guide, you'll need:
15
15
16
-
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=vector-search&utm_source=docs&utm_medium=voyage-embeddings-guide) project running version 1.10 or above with the Vector store activated.
16
+
- A [Meilisearch Cloud](https://www.meilisearch.com/cloud) project running version >=1.13
17
17
- A Voyage AI account with an API key for embedding generation. You can sign up for a Voyage AI account at [Voyage AI](https://www.voyageai.com/).
18
18
- No backend required.
19
19
20
20
## Setting up Meilisearch
21
21
22
-
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=voyage-embeddings-guide#update-embedder-settings) for more details on updating the embedder settings.
22
+
To set up an embedder in Meilisearch, you need to configure it to your settings. You can refer to the [Meilisearch documentation](/reference/api/settings) for more details on updating the embedder settings.
23
23
24
24
Voyage AI offers the following embedding models:
25
25
@@ -98,4 +98,4 @@ You can use the Meilisearch API or client libraries to perform searches and retr
98
98
99
99
By following this guide, you should now have Meilisearch set up with Voyage AI embedding, enabling you to leverage semantic search capabilities in your application. Meilisearch's auto-batching and efficient handling of embeddings make it a powerful choice for integrating semantic search into your project.
100
100
101
-
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings?utm_campaign=vector-search&utm_source=docs&utm_medium=voyage-embeddings-guide#embedders-experimental).
101
+
To explore further configuration options for embedders, consult the [detailed documentation about the embedder setting possibilities](/reference/api/settings).
0 commit comments