mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Chore/LC v0.3 (#3517)
* bump langchain version to 0.3, upgrades on all chat models * update all docs loader to have documents and text output options * fix pnpm lock file
This commit is contained in:
@@ -15,7 +15,6 @@ class AWSBedrockKBRetriever_Retrievers implements INode {
|
||||
baseClasses: string[]
|
||||
credential: INodeParams
|
||||
inputs: INodeParams[]
|
||||
badge: string
|
||||
|
||||
constructor() {
|
||||
this.label = 'AWS Bedrock Knowledge Base Retriever'
|
||||
@@ -24,7 +23,6 @@ class AWSBedrockKBRetriever_Retrievers implements INode {
|
||||
this.type = 'AWSBedrockKBRetriever'
|
||||
this.icon = 'AWSBedrockKBRetriever.svg'
|
||||
this.category = 'Retrievers'
|
||||
this.badge = 'NEW'
|
||||
this.description = 'Connect to AWS Bedrock Knowledge Base API and retrieve relevant chunks'
|
||||
this.baseClasses = [this.type, 'BaseRetriever']
|
||||
this.credential = {
|
||||
|
||||
Reference in New Issue
Block a user