mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-28 01:46:22 +02:00
OpenAI integration (#7)
* Preliminary OpenAI support * Version to 0.5.9 --------- Co-authored-by: JackColquitt <daniel@kalntera.ai>
This commit is contained in:
parent
4584464e69
commit
fd547f7762
15 changed files with 449 additions and 81 deletions
4
setup.py
4
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.5.8"
|
||||
version = "0.5.9"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
@ -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