MCPcopy Create free account
hub / github.com/FeatureBaseDB/DoctorGPT / reset_databases.py

File reset_databases.py

reset_databases.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from lib.database import drop_database
2for name in ["doc_pages", "doc_keyterms", "doc_questions", "doc_fragments"]:
3 drop_database(name)

Callers

nothing calls this directly

Calls 1

drop_databaseFunction · 0.90

Tested by

no test coverage detected