Run the following command to spin up Neo4j and Qdrant containers.
docker compose -f tests/e2e/docker-compose.yml upRun this from the project root to write data to both Neo4J and Qdrant.
poetry run python -m tests/e2e/qdrant_e2e/populate_dbs.pypip install qdrant-client# search by vector
poetry run python -m examples.customize.retrievers.external.qdrant.vector_search
# search by text, with embeddings generated locally
poetry run python -m examples.customize.retrievers.external.qdrant.text_search