Skip to content

Commit

Permalink
load env in helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Oct 22, 2024
1 parent b217d1e commit 9e8e990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphiti_core/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
from datetime import datetime

import numpy as np
from dotenv import load_dotenv
from neo4j import time as neo4j_time

load_dotenv()

DEFAULT_DATABASE = os.getenv('DEFAULT_DATABASE', None)


Expand Down

0 comments on commit 9e8e990

Please sign in to comment.