forked from billion-token-one-task/Deepgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 680 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DEEPGRAPH_APP_NAME=DeepGraph
DEEPGRAPH_PROFILE=machine_learning
# Switch to a broader science tree:
# DEEPGRAPH_PROFILE=open_science
DEEPGRAPH_ROOT_NODE_ID=ml
# For open science:
# DEEPGRAPH_ROOT_NODE_ID=science
DEEPGRAPH_LLM_BASE_URL=https://api.tabcode.cc/openai
DEEPGRAPH_LLM_API_KEY=
DEEPGRAPH_LLM_MODEL=gpt-5.4
DEEPGRAPH_WEB_HOST=0.0.0.0
DEEPGRAPH_WEB_PORT=8080
DEEPGRAPH_PIPELINE_CONCURRENCY=4
DEEPGRAPH_ARXIV_MAX_RESULTS_PER_QUERY=100
DEEPGRAPH_BACKFILL_GRAPH_ON_START=true
DEEPGRAPH_REFRESH_MERGE_CANDIDATES_ON_START=true
DEEPGRAPH_PAPER_CLUSTER_MIN_PAPERS=10
# Optional override for discovery categories:
# DEEPGRAPH_ARXIV_CATEGORIES=cs.AI,cs.LG,cs.CL,cs.CV,stat.ML