Make sure you are in this directory. Also make sure to put veritas-trial-deployment.json under the secrets/ folder in the root directory. To run the embedding model:
make build
make runThis should bring you within the Docker container. Then inside the container, run:
python cli.py embed # Time-consuming without GPUs
python cli.py upload
python cli.py storeYou can test querying the vector database or perform an evaluation:
python cli.py query "Get me some trials related to mental disorder"
python cli.py evalNote
- Use
--helponcli.pyto and its subcommands to get an overview of what each subcommand does.