mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-02 11:25:14 +02:00
More Mistral pieces
This commit is contained in:
parent
d676804107
commit
a46de297c1
2 changed files with 8 additions and 0 deletions
6
trustgraph-flow/scripts/text-completion-mistral
Executable file
6
trustgraph-flow/scripts/text-completion-mistral
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
from trustgraph.model.text_completion.mistral import run
|
||||||
|
|
||||||
|
run()
|
||||||
|
|
||||||
|
|
@ -50,6 +50,7 @@ setuptools.setup(
|
||||||
"langchain-core",
|
"langchain-core",
|
||||||
"langchain-text-splitters",
|
"langchain-text-splitters",
|
||||||
"minio",
|
"minio",
|
||||||
|
"mistralai"
|
||||||
"neo4j",
|
"neo4j",
|
||||||
"ollama",
|
"ollama",
|
||||||
"openai",
|
"openai",
|
||||||
|
|
@ -107,6 +108,7 @@ setuptools.setup(
|
||||||
"scripts/text-completion-cohere",
|
"scripts/text-completion-cohere",
|
||||||
"scripts/text-completion-googleaistudio",
|
"scripts/text-completion-googleaistudio",
|
||||||
"scripts/text-completion-llamafile",
|
"scripts/text-completion-llamafile",
|
||||||
|
"scripts/text-completion-mistral",
|
||||||
"scripts/text-completion-ollama",
|
"scripts/text-completion-ollama",
|
||||||
"scripts/text-completion-openai",
|
"scripts/text-completion-openai",
|
||||||
"scripts/triples-query-cassandra",
|
"scripts/triples-query-cassandra",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue