Spaces:
Runtime error
Runtime error
jiarongqiu commited on
Commit ·
56e346b
1
Parent(s): a711f0f
log
Browse files- service/scheduler.py +1 -0
service/scheduler.py
CHANGED
|
@@ -30,6 +30,7 @@ class Scheduler:
|
|
| 30 |
The Network Raw Byte Power of the Filecoin Network is {} EiB.
|
| 31 |
The Total Active Filecoin Deals of the Filecoin Network is {} EiB.
|
| 32 |
""".format(price,deposit,tvl,total_raw_bytes_power,active_deals_verified_bytes)
|
|
|
|
| 33 |
vector_store.upsert(text,"dataset_1")
|
| 34 |
|
| 35 |
|
|
|
|
| 30 |
The Network Raw Byte Power of the Filecoin Network is {} EiB.
|
| 31 |
The Total Active Filecoin Deals of the Filecoin Network is {} EiB.
|
| 32 |
""".format(price,deposit,tvl,total_raw_bytes_power,active_deals_verified_bytes)
|
| 33 |
+
print(f"Update {text}")
|
| 34 |
vector_store.upsert(text,"dataset_1")
|
| 35 |
|
| 36 |
|