Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing minor typos in 02_qa_w_rag_claude_opensearch.ipynb #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
"source": [
"Following the similar pattern embeddings could be generated for the entire corpus and stored in a vector store.\n",
"\n",
"Firt of all we have to create a vector store. In this workshop we will use ***Amazon OpenSearch serverless.***\n",
"First of all we have to create a vector store. In this workshop we will use ***Amazon OpenSearch serverless.***\n",
"\n",
"Amazon OpenSearch Serverless is a serverless option in Amazon OpenSearch Service. As a developer, you can use OpenSearch Serverless to run petabyte-scale workloads without configuring, managing, and scaling OpenSearch clusters. You get the same interactive millisecond response times as OpenSearch Service with the simplicity of a serverless environment. Pay only for what you use by automatically scaling resources to provide the right amount of capacity for your application—without impacting data ingestion. "
]
Expand Down Expand Up @@ -513,7 +513,7 @@
"source": [
"#### We can use the similarity search method to make a query and return the chunks of text without any LLM generating the response.\n",
"\n",
"It takes a few seconds to make documents availible in index. If you will get an empty output in a next cell, just wait a little bit and retry. "
"It takes a few seconds to make documents available in index. If you will get an empty output in a next cell, just wait a little bit and retry. "
]
},
{
Expand Down