mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Enable model overrides, added a null option in config-loader (#45)
Enable model overrides, added a null option in config-loader
This commit is contained in:
parent
f7a30006ad
commit
06a9e913dc
3 changed files with 10 additions and 3 deletions
|
|
@ -19,7 +19,8 @@ local components = {
|
|||
"trustgraph-base": import "components/trustgraph.jsonnet",
|
||||
"vector-store-milvus": import "components/milvus.jsonnet",
|
||||
"vector-store-qdrant": import "components/qdrant.jsonnet",
|
||||
"vertexai": import "components/vertexai.jsonnet"
|
||||
"vertexai": import "components/vertexai.jsonnet",
|
||||
"null": {}
|
||||
};
|
||||
|
||||
local config = function(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue