Spaces:
Sleeping
Sleeping
Update user_guide_sync.py
Browse files- user_guide_sync.py +1 -1
user_guide_sync.py
CHANGED
@@ -78,4 +78,4 @@ def update_user_guide():
|
|
78 |
index = VectorStoreIndex.from_documents(documents)
|
79 |
index.storage_context.persist("llama_index")
|
80 |
print("index created")
|
81 |
-
return
|
|
|
78 |
index = VectorStoreIndex.from_documents(documents)
|
79 |
index.storage_context.persist("llama_index")
|
80 |
print("index created")
|
81 |
+
return "done"
|