mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
It is calling Cohere
This commit is contained in:
parent
db006a4b7b
commit
7f08d1e3a2
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,6 +45,7 @@ setuptools.setup(
|
|||
"pyyaml",
|
||||
"prometheus-client",
|
||||
"pyarrow",
|
||||
"cohere",
|
||||
],
|
||||
scripts=[
|
||||
"scripts/chunker-recursive",
|
||||
|
|
@ -71,6 +72,7 @@ setuptools.setup(
|
|||
"scripts/text-completion-claude",
|
||||
"scripts/text-completion-ollama",
|
||||
"scripts/text-completion-vertexai",
|
||||
"scripts/text-completion-cohere",
|
||||
"scripts/triples-dump-parquet",
|
||||
"scripts/triples-write-cassandra",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue