Skip to content

Commit e08e77c

Browse files
authored
[DOCS] Adds link to ES-Cohere notebook and clarifies requirements. (#110195) (#110199)
1 parent 6f91e0f commit e08e77c

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

docs/reference/search/search-your-data/cohere-es.asciidoc

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ set.
2525
Refer to https://docs.cohere.com/docs/elasticsearch-and-cohere[Cohere's tutorial]
2626
for an example using a different data set.
2727

28+
You can also review the https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/integrations/cohere/cohere-elasticsearch.ipynb[Colab notebook version of this tutorial].
29+
2830

2931
[discrete]
3032
[[cohere-es-req]]
3133
==== Requirements
3234

33-
* A https://cohere.com/[Cohere account],
34-
* an https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html[Elastic Cloud]
35-
account,
35+
* A paid https://cohere.com/[Cohere account] is required to use the {infer-cap} API with the Cohere service as the Cohere free trial API usage is limited,
36+
* an https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html[Elastic Cloud] account,
3637
* Python 3.7 or higher.
3738

3839

@@ -329,17 +330,12 @@ they were sent to the {infer} endpoint.
329330
[[cohere-es-rag]]
330331
==== Retrieval Augmented Generation (RAG) with Cohere and {es}
331332

332-
RAG is a method for generating text using additional information fetched from an
333-
external data source. With the ranked results, you can build a RAG system on the
334-
top of what you previously created by using
335-
https://docs.cohere.com/docs/chat-api[Cohere's Chat API].
333+
https://docs.cohere.com/docs/retrieval-augmented-generation-rag[RAG] is a method for generating text using additional information fetched from an external data source.
334+
With the ranked results, you can build a RAG system on the top of what you previously created by using https://docs.cohere.com/docs/chat-api[Cohere's Chat API].
336335

337-
Pass in the retrieved documents and the query to receive a grounded response
338-
using Cohere's newest generative model
339-
https://docs.cohere.com/docs/command-r-plus[Command R+].
336+
Pass in the retrieved documents and the query to receive a grounded response using Cohere's newest generative model https://docs.cohere.com/docs/command-r-plus[Command R+].
340337

341-
Then pass in the query and the documents to the Chat API, and print out the
342-
response.
338+
Then pass in the query and the documents to the Chat API, and print out the response.
343339

344340
[source,py]
345341
--------------------------------------------------

0 commit comments

Comments
 (0)