mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-07 12:22:11 +02:00
Preliminary OpenAI support
This commit is contained in:
parent
d5a19e8fb1
commit
d94f730dfd
7 changed files with 369 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -47,6 +47,7 @@ setuptools.setup(
|
|||
"pyarrow",
|
||||
"cohere",
|
||||
"boto3",
|
||||
"openai",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/chunker-recursive",
|
||||
|
|
@ -73,6 +74,7 @@ setuptools.setup(
|
|||
"scripts/text-completion-bedrock",
|
||||
"scripts/text-completion-claude",
|
||||
"scripts/text-completion-ollama",
|
||||
"scripts/text-completion-openai",
|
||||
"scripts/text-completion-vertexai",
|
||||
"scripts/text-completion-cohere",
|
||||
"scripts/triples-dump-parquet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue