Arafath10 commited on
Commit
7928596
·
verified ·
1 Parent(s): 5128308

Update user_guide_sync.py

Browse files
Files changed (1) hide show
  1. 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 index
 
78
  index = VectorStoreIndex.from_documents(documents)
79
  index.storage_context.persist("llama_index")
80
  print("index created")
81
+ return "done"