# Development convenience requirements for working from a clone.
# End users should prefer: pip install .
# Optional features are available through extras, for example:
#   pip install ".[embeddings,chroma,openai]"

-e .[dev]
