Prepare and source the .env
Install the requirements.txt
(i.e. the slight refactor to this new structure)
Write to the store
python vanilla_loader.py
Try queries
python vanilla_querier.py
Write to the store
python mm_client_loader.py
Try queries
python mm_client_querier.py
python mm_load_web_page.py
(you can query it with the above client querier - functional test, don't expect meaningful results)
(just a scratchpad actually)
python -m mm_tests.mm_embedding_tests
loader test:
python -m mm_tests.test_mm_web_loader
is code all right?
black . && ruff . && mypy .