TODO
Follow these steps to get started with this project:
First, install all the necessary Python dependencies using the following command:
pip install -r requirements.txtNext, start Milvus by navigating to the dependencies directory and running Docker Compose:
cd dependencies/milvus
docker-compose up -d
Finally, start Nebula Graph by navigating to the corresponding directory and running the installation script:
cd dependencies/nebulaGraph
bash install.shTODO
This work is built with reference to the code of the following projects:
Thanks for their awesome work!