We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec9a4 commit 2212eceCopy full SHA for 2212ece
api/index.py
@@ -64,8 +64,8 @@ def graph_entities():
64
# Initialize the graph with the provided repo and credentials
65
g = Graph(repo)
66
67
- # Retrieve a sub-graph of up to 100 entities
68
- sub_graph = g.get_sub_graph(100)
+ # Retrieve a sub-graph of up to 500 entities
+ sub_graph = g.get_sub_graph(500)
69
70
logging.info(f"Successfully retrieved sub-graph for repo: {repo}")
71
response = {
0 commit comments