Skip to content

Commit

Permalink
Added fixes for both neo4j and networkx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Apr 4, 2024
1 parent 50f4623 commit ef02bf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cognee/api/v1/config/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
""" This module is used to set the configuration of the system."""
from cognee.infrastructure import infrastructure_config

class config():
Expand Down Expand Up @@ -54,4 +55,11 @@ def llm_provider(llm_provider: str):
"llm_provider": llm_provider
})

@staticmethod
def intra_layer_score_treshold(intra_layer_score_treshold: str):
infrastructure_config.set_config({
"intra_layer_score_treshold": intra_layer_score_treshold
})



0 comments on commit ef02bf5

Please sign in to comment.