amazon-kendra-langchain-extensions icon indicating copy to clipboard operation
amazon-kendra-langchain-extensions copied to clipboard

Samples to build Generative AI applications with LangChain and Amazon Kendra

Results 10 amazon-kendra-langchain-extensions issues
Sort by recently updated
recently updated
newest added

For all the samples I get: File "C:\Users\g041251\AppData\Local\Programs\Python\Python312\Lib\site-packages\langchain_community\document_loaders\pebblo.py", line 5, in import pwd ModuleNotFoundError: No module named 'pwd'

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.329 to 0.1.11. Release notes Sourced from langchain's releases. v0.1.11 What's Changed more query analysis docs by @​hwchase17 in langchain-ai/langchain#18358 docs: anthropic qa quickstart by @​baskaryan in...

dependencies

Hi, I found out that I get different results from asking any question (i.e.: "What is Amazon Sagemaker?") using: - AWS Console by running query on Kendra Index - langchain.retrievers.AmazonKendraRetriever:...

Can we create Python script to support LLama2 LLM through Bedrock?

I'm getting the following error _botocore.errorfactory.ValidationError: An error occurred (ValidationError) when calling the InvokeEndpoint operation: Inference Component Name header is required for endpoints to which you plan to deploy inference...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

We have seen while put into the question text into the box, if you click outside box, it will invoke subsequent langchain action without enter key.

Fixed python import and Use Sub instead of Join to make code more readable. *Issue #, if available:* *Description of changes:* I have removed the import of random, which was...

…issed installing boto3 *Issue #, if available:* *Description of changes:* Adding a quick note to the readme file so the developers ensure boto3 is installed before using AmazonKendaraRetriver. By submitting...