# Requirements for the ProllyTree Python examples.
#
# The bundled examples (basic_usage, sql_example, merge_example,
# namespaced_example, text_index_example) only need the ProllyTree wheel
# itself. Install the local wheel via:
#
#   ./python/build_python.sh --all-features --install
#
# The text_index example exercises MiniLmEmbedder when the wheel was built
# with the `proximity_text` feature; the first call downloads model weights
# (~90 MB) into $PROLLYTREE_EMBEDDER_CACHE (default ~/.cache/prollytree).
