Merge branch 'main' into feature/VectorStoreRevamp

This commit is contained in:
Henry
2023-11-22 19:49:55 +00:00
50 changed files with 2154 additions and 159 deletions
@@ -1,5 +1,5 @@
{
"description": "Use Anthropic Claude with 100k context window to ingest whole document for QnA",
"description": "Use Anthropic Claude with 200k context window to ingest whole document for QnA",
"nodes": [
{
"width": 300,
@@ -148,7 +148,7 @@
"id": "chatAnthropic_0",
"label": "ChatAnthropic",
"name": "chatAnthropic",
"version": 2,
"version": 3,
"type": "ChatAnthropic",
"baseClasses": ["ChatAnthropic", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models",
@@ -171,6 +171,11 @@
"name": "claude-2",
"description": "Claude 2 latest major version, automatically get updates to the model as they are released"
},
{
"label": "claude-2.1",
"name": "claude-2.1",
"description": "Claude 2 latest full version"
},
{
"label": "claude-instant-1",
"name": "claude-instant-1",
@@ -268,7 +273,7 @@
}
],
"inputs": {
"modelName": "claude-2",
"modelName": "claude-2.1",
"temperature": 0.9,
"maxTokensToSample": "",
"topP": "",