piighost installs minimal by default (regex detectors only). NER detectors and the LangChain middleware are optional extras:
uvaddpiighost[gliner2]# GLiNER2 NER detectoruvaddpiighost[spacy]# spaCy NER detectoruvaddpiighost[transformers]# transformers NER detectoruvaddpiighost[langchain]# LangChain / LangGraph middlewareuvaddpiighost[client]# HTTP client for piighost-api
uvsync# Install dependenciesmakelint# Format (ruff) + lint (ruff) + type-check (pyrefly)uvrunpytest# Run the full test suiteuvrunpytesttests/-k"test_name"# Run a single test