Chris Alexiuk commited on
Commit
7ac239c
1 Parent(s): a25144a

Update earnings_app.py

Browse files
Files changed (1) hide show
  1. earnings_app.py +1 -1
earnings_app.py CHANGED
@@ -36,7 +36,7 @@ set_global_handler("wandb", run_args={"project": "final-project-v1"})
36
  wandb_callback = llama_index.global_handler
37
 
38
  run = wandb.init()
39
- artifact = run.use_artifact('rlpeter70/final-project-v1/earnings-index:v0', type='storage_context')
40
  artifact_dir = artifact.download()
41
 
42
  from dotenv import load_dotenv
 
36
  wandb_callback = llama_index.global_handler
37
 
38
  run = wandb.init()
39
+ artifact = run.use_artifact('chrisalexiuk/llamaindex-demo-v1/wiki-index:v0', type='storage_context')
40
  artifact_dir = artifact.download()
41
 
42
  from dotenv import load_dotenv