Spaces:
Sleeping
Sleeping
third commit
Browse files
artifacts/earnings-index_v1/docstore.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
artifacts/earnings-index_v1/graph_store.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"graph_dict": {}}
|
|
|
|
artifacts/earnings-index_v1/image__vector_store.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"embedding_dict": {}, "text_id_to_ref_doc_id": {}, "metadata_dict": {}}
|
|
|
|
artifacts/earnings-index_v1/index_store.json
DELETED
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:
|
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:latest"
|
109 |
)
|
110 |
|
111 |
index = load_index_from_storage(storage_context, service_context=service_context)
|