mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Skeleton Bedrock support
This commit is contained in:
parent
fd7c215217
commit
4637ef1475
6 changed files with 401 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -46,6 +46,7 @@ setuptools.setup(
|
|||
"prometheus-client",
|
||||
"pyarrow",
|
||||
"cohere",
|
||||
"boto3",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/chunker-recursive",
|
||||
|
|
@ -69,6 +70,7 @@ setuptools.setup(
|
|||
"scripts/query",
|
||||
"scripts/run-processing",
|
||||
"scripts/text-completion-azure",
|
||||
"scripts/text-completion-bedrock",
|
||||
"scripts/text-completion-claude",
|
||||
"scripts/text-completion-ollama",
|
||||
"scripts/text-completion-vertexai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue