Questions tagged [amazon-kendra]

Amazon Kendra is an enterprise search service, powered by machine learning, that enables users to search unstructured data using natural language. It returns specific answers to questions, giving users an experience that's close to interacting with a human expert.

Amazon Kendra documentation

21 questions
6
votes
1 answer

Amazon CloudSearch and Amazon Kendra

I was wondering what is the main difference between Amazon CloudSearch and Kendra? Why there are 2 different tools of the same company products and compete each other? Both looks like same, I am not sure what are the differences in features. How it…
Stella
  • 1,728
  • 5
  • 41
  • 95
5
votes
1 answer

AWS Kendra PreHook Lambdas for Data Enrichment

I am working on a POC using Kendra and Salesforce. The connector allows me to connect to my Salesforce Org and index knowledge articles. I have been able to set this up and it is currently working as expected. There are a few custom fields and data…
SBB
  • 8,560
  • 30
  • 108
  • 223
2
votes
1 answer

Kendra does not seem to be crawling our website (incomplete sync)

I have added my organization's website as a data source (webcrawler) in Kendra but after running a "sync" the status changes to incomplete. Looking at the logs in cloudwatch none of the valid pages seem have been indexed. Any ideas on why this is…
Mark Locklear
  • 5,044
  • 1
  • 51
  • 81
1
vote
1 answer

cannot import name AmazonKendraRetriever from langchain

I cannot import 'AmazonKendraRetriever' from langchain due to the following errors --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[3],…
1
vote
1 answer

Query records from aws kendra index using sdk

I am testing out AWS Kendra for a business use-case and I am having trouble figuring out how to query data in the index to ensure data accuracy. The connection where the data is coming from uses our Salesforce instance which contains over 1,000…
SBB
  • 8,560
  • 30
  • 108
  • 223
1
vote
3 answers

Aws Kendra and Spring boot

I want to integrate spring boot with the aws kendra query index.I want to leverage kendra as elastic search where i make api for search query and then get results for the same via that api. Documentations dont clearly mention the connection…
0
votes
1 answer

AWS Kendra get _document_body attribute

I'm trying to query aws kendra but I need to have the document_body in the ResultItem response. I tried with the RequestedDocumentAttributes param in the QueryCommand but the result still not contains the document body. const command = new…
Andrea Pinti
  • 123
  • 4
0
votes
1 answer

Can we connect Amazon Kendra with Amazon Neptune?

I am looking for options to search my knowledge graph using kendra. I have found one blog but that requires connecting Neptune using Lambda and APi Gateway. I am looking for a simpler solution. [1]:…
Aman Singh
  • 27
  • 3
0
votes
1 answer

Support for wildcard queries, n-gram tokenization in Amazon Kendra

Does Kendra support wildcard queries? (eg: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html) Does it have n-gram tokenizer to implement incremental search/search-as-you-type feature?
Snaps
  • 39
  • 3
0
votes
1 answer

Support for Hard and Soft Deletes in Amazon Kendra

Does Amazon Kendra support both Soft and Hard Delete? Want flexibility to flag a document as deleted rather than completely removing the record. I'm aware of APIs that will perform hard delete (BatchDelete) but didn't come across any for Soft…
Snaps
  • 39
  • 3
0
votes
1 answer

can aws technology query smart enough to understand context, not just literal?

My goal is to let User type in "show me top suppliers for 'gopro'" in the search field, he will be presented with 5 top list. At the end of day, I want the above query to execute the following sql. SELECT "customername" AS "CustomerName", …
jetulis
  • 168
  • 1
  • 13
0
votes
1 answer

AWS Kedra to UI

I am trying to merge the Aws Kendra search to my UI search bar but I am not knowing where to start can anybody please tell how can i do this. I have been reading the amazon documents on how to create index for kendra and sync with the data source…
0
votes
1 answer

Scaling up a Serverless Web Crawler and Search Engine in aws

https://github.com/aws-samples/aws-step-functions-kendra-web-crawler-search-engine I was referring above link and implementing web crawling on particular website. I have deployed the stack using command deploy --profile
0
votes
1 answer

Why Kendra query returning "ResultItems" undefined?

Goal Connect Amazon Lex with Kendra Problem .query() is expected to return ResultItems but it's returning ResultItems undefined. Progress lambda: var kendra = require("aws-sdk/clients/kendra"); var kendraClient = new kendra({apiVersion:…
Zain Ul Abideen
  • 1,617
  • 1
  • 11
  • 25
0
votes
1 answer

how to use credentials generated by logging via saml2aws in amazon kendra?

I am trying to test my search application with amazon kendra. I utilized the code provided with the documentation -> https://docs.aws.amazon.com/kendra/latest/dg/deploying.html. I am using saml2aws to login from my machine to aws, which generates…
tisha
  • 81
  • 9
1
2