bstraehle commited on
Commit
6ac712e
1 Parent(s): 8a75a06

Update trace.py

Browse files
Files changed (1) hide show
  1. trace.py +3 -0
trace.py CHANGED
@@ -4,6 +4,9 @@ from wandb.sdk.data_types.trace_tree import Trace
4
 
5
  WANDB_API_KEY = os.environ["WANDB_API_KEY"]
6
 
 
 
 
7
  def trace_wandb(config,
8
  rag_option,
9
  prompt,
 
4
 
5
  WANDB_API_KEY = os.environ["WANDB_API_KEY"]
6
 
7
+ RAG_LANGCHAIN = "LangChain"
8
+ RAG_LLAMAINDEX = "LlamaIndex"
9
+
10
  def trace_wandb(config,
11
  rag_option,
12
  prompt,