refactored project to use poetry
This commit is contained in:
10
rag_system/clear_index.py
Normal file
10
rag_system/clear_index.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from rag_system.vectordb.azure_search import delete_all_documents
|
||||
|
||||
|
||||
def main():
|
||||
print("Deleting documents...")
|
||||
delete_all_documents()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user