mlara commited on
Commit
d54cdb8
·
1 Parent(s): c0b054b

third commit

Browse files
artifacts/earnings-index_v1/docstore.json ADDED
The diff for this file is too large to render. See raw diff
 
artifacts/earnings-index_v1/graph_store.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"graph_dict": {}}
artifacts/earnings-index_v1/image__vector_store.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"embedding_dict": {}, "text_id_to_ref_doc_id": {}, "metadata_dict": {}}
artifacts/earnings-index_v1/index_store.json ADDED
The diff for this file is too large to render. See raw diff
 
earnings_app.py CHANGED
@@ -105,7 +105,7 @@ index = GPTVectorStoreIndex.from_documents([], service_context=service_context)
105
 
106
 
107
  storage_context = wandb_callback.load_storage_context(
108
- artifact_url="llmop/final-project-v1/earnings-index:v0"
109
  )
110
 
111
  index = load_index_from_storage(storage_context, service_context=service_context)
 
105
 
106
 
107
  storage_context = wandb_callback.load_storage_context(
108
+ artifact_url="llmop/final-project-v1/earnings-index:v1"
109
  )
110
 
111
  index = load_index_from_storage(storage_context, service_context=service_context)