knowledge-base / test.py
gavinzli's picture
Refactor email processing in mail.py, enhance document handling, and remove obsolete binary files; update embedding model integration in llm module.
ad04a72
raw
history blame
100 Bytes
from controllers import mail
if __name__ == "__main__":
mail.collect()
mail.get_documents()