-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from athewsey/feat/aws-connectors
Connector for Amazon Bedrock
- Loading branch information
Showing
24 changed files
with
506 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-ai21-labs-j2-mid-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Mid", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.j2-mid-v1" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-ai21-labs-j2-ultra-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jurassic-2 Ultra", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.j2-ultra-v1" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-ai21-labs-jamba-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - AI21 Labs Jamba Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "ai21.jamba-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-amazon-titan-text-g1-express-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Titan Text G1 - Express", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "amazon.titan-text-express-v1" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-amazon-titan-text-g1-lite-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Titan Text G1 - Lite", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "amazon.titan-text-lite-v1" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-anthropic-claude-3-5-sonnet-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3.5 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-5-sonnet-20240620-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-anthropic-claude-3-haiku-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Haiku", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-haiku-20240307-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-anthropic-claude-3-opus-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Opus", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-opus-20240229-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-anthropic-claude-3-sonnet-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Anthropic Claude 3 Sonnet", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "anthropic.claude-3-sonnet-20240229-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-cohere-command-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-text-v14" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-cohere-command-light-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command Light", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-light-text-v14" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-cohere-command-r-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Cohere Command R+", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "cohere.command-r-plus-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-meta-llama-3-1-405b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3.1 405B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-1-405b-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-meta-llama-3-1-70b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3.1 70B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-1-70b-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-meta-llama-3-1-8b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3.1 8B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-1-8b-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-meta-llama-3-70b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3 70B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-70b-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-meta-llama-3-8b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Llama 3 8B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "meta.llama3-8b-instruct-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-mistral-ai-mistral-7b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Mistral 7B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "mistral.mistral-7b-instruct-v0:2" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-mistral-ai-mistral-large-2-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Mistral Large 2", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "mistral.mistral-large-2407-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-mistral-ai-mistral-large-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Mistral Large", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "mistral.mistral-large-2402-v1:0" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
connectors-endpoints/amazon-bedrock-mistral-ai-mixtral-8x7b-instruct-connector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Amazon Bedrock - Mixtral 8x7B Instruct", | ||
"connector_type": "amazon-bedrock-connector", | ||
"uri": "DEFAULT", | ||
"token": "Use environment variables!", | ||
"max_calls_per_second": 1, | ||
"max_concurrency": 1, | ||
"params": { | ||
"timeout": 300, | ||
"allow_retries": true, | ||
"num_of_retries": 3, | ||
"temperature": 0.5, | ||
"model": "mistral.mixtral-8x7b-instruct-v0:1" | ||
} | ||
} |
Oops, something went wrong.