mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 03:42:11 +02:00
It is calling Cohere
This commit is contained in:
parent
db006a4b7b
commit
7f08d1e3a2
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ RUN dnf install -y python3 python3-pip python3-wheel python3-aiohttp \
|
||||||
|
|
||||||
RUN pip3 install torch --index-url https://download.pytorch.org/whl/cpu
|
RUN pip3 install torch --index-url https://download.pytorch.org/whl/cpu
|
||||||
|
|
||||||
RUN pip3 install anthropic google-cloud-aiplatform langchain langchain-core \
|
RUN pip3 install anthropic cohere google-cloud-aiplatform langchain langchain-core \
|
||||||
langchain-huggingface langchain-text-splitters langchain-community \
|
langchain-huggingface langchain-text-splitters langchain-community \
|
||||||
pymilvus sentence-transformers transformers huggingface-hub \
|
pymilvus sentence-transformers transformers huggingface-hub \
|
||||||
pulsar-client && \
|
pulsar-client && \
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -45,6 +45,7 @@ setuptools.setup(
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
"prometheus-client",
|
"prometheus-client",
|
||||||
"pyarrow",
|
"pyarrow",
|
||||||
|
"cohere",
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
"scripts/chunker-recursive",
|
"scripts/chunker-recursive",
|
||||||
|
|
@ -71,6 +72,7 @@ setuptools.setup(
|
||||||
"scripts/text-completion-claude",
|
"scripts/text-completion-claude",
|
||||||
"scripts/text-completion-ollama",
|
"scripts/text-completion-ollama",
|
||||||
"scripts/text-completion-vertexai",
|
"scripts/text-completion-vertexai",
|
||||||
|
"scripts/text-completion-cohere",
|
||||||
"scripts/triples-dump-parquet",
|
"scripts/triples-dump-parquet",
|
||||||
"scripts/triples-write-cassandra",
|
"scripts/triples-write-cassandra",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue