Update trace.py
Browse files
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,
|