import re with open("src/storage/chroma_store.py", "r") as f: content = f.read() # I will rewrite the class completely because there are many changes to make.