EphAsad commited on
Commit
fa34a1d
·
verified ·
1 Parent(s): cbc5a3a

Update rebuild_index.py

Browse files
Files changed (1) hide show
  1. rebuild_index.py +4 -0
rebuild_index.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from embed_index import main
2
+
3
+ if __name__ == "__main__":
4
+ main()