Updates to the configs
This commit is contained in:
parent
49fb408187
commit
75a8d3414e
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ class CognifyConfig(BaseSettings):
|
|||
"intra_layer_score_treshold": self.intra_layer_score_treshold,
|
||||
"connect_documents": self.connect_documents,
|
||||
"graph_topology": self.graph_topology,
|
||||
"cognitive_layers_limit": self.cognitive_layers_limit
|
||||
"cognitive_layers_limit": self.cognitive_layers_limit,
|
||||
"graph_model": self.graph_model
|
||||
}
|
||||
|
||||
@lru_cache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue