#!/usr/bin/env bash
# Index a file into Qdrant. Whitelistable command.
# Usage: qdrant-index <filepath>
exec python3 "$(dirname "$0")/qdrant_connector.py" index-file "$@"
