Update cognee/context_global_variables.py
Co-authored-by: Pavel Zorin <pazonec@yandex.ru>
This commit is contained in:
parent
c81d06d364
commit
53521c2068
1 changed files with 2 additions and 5 deletions
|
|
@ -27,13 +27,10 @@ async def set_session_user_context_variable(user):
|
||||||
def check_multi_user_support():
|
def check_multi_user_support():
|
||||||
graph_db_config = get_graph_context_config()
|
graph_db_config = get_graph_context_config()
|
||||||
vector_db_config = get_vectordb_context_config()
|
vector_db_config = get_vectordb_context_config()
|
||||||
if (
|
return (
|
||||||
graph_db_config["graph_database_provider"] in graph_dbs_with_multi_user_support
|
graph_db_config["graph_database_provider"] in graph_dbs_with_multi_user_support
|
||||||
and vector_db_config["vector_db_provider"] in vector_dbs_with_multi_user_support
|
and vector_db_config["vector_db_provider"] in vector_dbs_with_multi_user_support
|
||||||
):
|
)
|
||||||
return True
|
|
||||||
else:
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def check_backend_access_control_mode():
|
def check_backend_access_control_mode():
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue