Questions tagged with Amazon OpenSearch Serverless
Amazon OpenSearch Serverless is a serverless option in Amazon OpenSearch Service
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
174 results
Hi everyone,
I'm currently working with Amazon OpenSearch Dashboards and exploring its data visualization capabilities. I’m particularly interested in creating pivot table-style visuals — similar to ...
Can we create multiple Knowledge bases, one for each tenant and then store it in a Single Opensearch serverless with indices and securities such that one tenant should not be able to access data belon...
I have completed creating OpenSearch Serverless.
I am getting a 403 forbidden error when creating an index and data.
After creating an access key and secret key in AWS IAM,
aws signature auth: the i...
Is it possible to update the maxClauseCount setting for an OpenSearch Serverless collection?
We're trying to migrate from an older AWS Elasticsearch domain to an OpenSearch Serverless collection. We...
I have been trying to add OpenSearch Serverless to my CDK (I use ts). But when I try to create a mapping for an index it fails.
Here is the mapping CDK code:
```ts
const indexMapping = {
...
I have been unable to find any documentation on what is actually supported and it seems to differ from what is generally available in standalone OpenSearch.
I ask this after getting errors with strin...
After creating a collection in OpenSearch Serverless, I created a vector index through the console.
The creation seems to complete succesfully and in the Overview tab I can see the 'Indexes' count is ...
When I create an index in AOSS, there seems to be a delay of up to 30 seconds before the index will work. If I start sending data immediately I get random errors including "500 internal service" styl...
I created a Knowledge Base using Titan Text Embeddings v2, referring to a hands-on tutorial.
After that, the bill still shows charges for SearchOCU, as seen below.
I tried deleting related resources ...
I have a RAG application based on S3->Bedrock->OpenSearch Serverless.
I am currently using Amazon Titan G1 text 02 for embedding and Amazon Nova Pro for querying.
Is it possible to use some outside ...
I’ve noticed that Amazon OpenSearch Serverless currently does not support Vietnamese Analysis, even though Amazon OpenSearch Service does.
Could you clarify if there are any plans or timelines to inc...
When previously using Elastic, we would construct our id for a document which enables us to easily update by id - the id essentially being a a guaranteed unique string based on the source tenant+syste...