update marketplace
This commit is contained in:
parent
fb28f61f8b
commit
050a972da8
|
|
@ -539,6 +539,14 @@
|
||||||
"name": "vectorStoreRetriever",
|
"name": "vectorStoreRetriever",
|
||||||
"type": "BaseRetriever",
|
"type": "BaseRetriever",
|
||||||
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory",
|
||||||
|
"name": "memory",
|
||||||
|
"type": "DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory",
|
||||||
|
"optional": true,
|
||||||
|
"description": "If no memory connected, default BufferMemory will be used",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-memory-DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
||||||
|
|
@ -556,6 +556,14 @@
|
||||||
"name": "vectorStoreRetriever",
|
"name": "vectorStoreRetriever",
|
||||||
"type": "BaseRetriever",
|
"type": "BaseRetriever",
|
||||||
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory",
|
||||||
|
"name": "memory",
|
||||||
|
"type": "DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory",
|
||||||
|
"optional": true,
|
||||||
|
"description": "If no memory connected, default BufferMemory will be used",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-memory-DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,14 @@
|
||||||
"name": "vectorStoreRetriever",
|
"name": "vectorStoreRetriever",
|
||||||
"type": "BaseRetriever",
|
"type": "BaseRetriever",
|
||||||
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory",
|
||||||
|
"name": "memory",
|
||||||
|
"type": "DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory",
|
||||||
|
"optional": true,
|
||||||
|
"description": "If no memory connected, default BufferMemory will be used",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-memory-DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
||||||
|
|
@ -421,6 +421,14 @@
|
||||||
"name": "vectorStoreRetriever",
|
"name": "vectorStoreRetriever",
|
||||||
"type": "BaseRetriever",
|
"type": "BaseRetriever",
|
||||||
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory",
|
||||||
|
"name": "memory",
|
||||||
|
"type": "DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory",
|
||||||
|
"optional": true,
|
||||||
|
"description": "If no memory connected, default BufferMemory will be used",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-memory-DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
||||||
|
|
@ -625,6 +625,14 @@
|
||||||
"name": "vectorStoreRetriever",
|
"name": "vectorStoreRetriever",
|
||||||
"type": "BaseRetriever",
|
"type": "BaseRetriever",
|
||||||
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
"id": "conversationalRetrievalQAChain_0-input-vectorStoreRetriever-BaseRetriever"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Memory",
|
||||||
|
"name": "memory",
|
||||||
|
"type": "DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory",
|
||||||
|
"optional": true,
|
||||||
|
"description": "If no memory connected, default BufferMemory will be used",
|
||||||
|
"id": "conversationalRetrievalQAChain_0-input-memory-DynamoDBChatMemory | RedisBackedChatMemory | ZepMemory"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue