mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Move GAIStudio to vertexai package to simplify deps (#639)
This commit is contained in:
parent
769c56bbea
commit
2d8dbf4cdb
5 changed files with 1 additions and 3 deletions
|
|
@ -19,8 +19,6 @@ dependencies = [
|
|||
"faiss-cpu",
|
||||
"falkordb",
|
||||
"fastembed",
|
||||
"google-genai",
|
||||
"google-api-core",
|
||||
"ibis",
|
||||
"jsonschema",
|
||||
"langchain",
|
||||
|
|
@ -105,7 +103,6 @@ text-completion-azure = "trustgraph.model.text_completion.azure:run"
|
|||
text-completion-azure-openai = "trustgraph.model.text_completion.azure_openai:run"
|
||||
text-completion-claude = "trustgraph.model.text_completion.claude:run"
|
||||
text-completion-cohere = "trustgraph.model.text_completion.cohere:run"
|
||||
text-completion-googleaistudio = "trustgraph.model.text_completion.googleaistudio:run"
|
||||
text-completion-llamafile = "trustgraph.model.text_completion.llamafile:run"
|
||||
text-completion-lmstudio = "trustgraph.model.text_completion.lmstudio:run"
|
||||
text-completion-mistral = "trustgraph.model.text_completion.mistral:run"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ classifiers = [
|
|||
Homepage = "https://github.com/trustgraph-ai/trustgraph"
|
||||
|
||||
[project.scripts]
|
||||
text-completion-googleaistudio = "trustgraph.model.text_completion.googleaistudio:run"
|
||||
text-completion-vertexai = "trustgraph.model.text_completion.vertexai:run"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue