Added retrievers, moved gitignore to root. #19
Annotations
4 errors
Analysing the code with our lint:
libs/aws/langchain_aws/retrievers/__init__.py#L1
langchain_aws/retrievers/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/aws/langchain_aws/retrievers/__init__.py#L1
langchain_aws/retrievers/__init__.py:1:45: F401 `langchain_aws.retrievers.kendra.AmazonKendraRetriever` imported but unused
|
Analysing the code with our lint:
libs/aws/langchain_aws/retrievers/__init__.py#L2
langchain_aws/retrievers/__init__.py:2:46: F401 `langchain_aws.retrievers.bedrock.AmazonKnowledgeBasesRetriever` imported but unused
|
Analysing the code with our lint
Process completed with exit code 2.
|
Loading