Metadata-Version: 2.4
Name: kb-common
Version: 0.1.0
Summary: Common pipeline
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: chromadb>=0.4.0
Requires-Dist: huggingface-hub
Requires-Dist: sentence-transformers>=5.3.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# kb-common

Common infrastructure

The package contains:

- sequential pipeline orchestration primitives
- generic retrieval and indexing steps
- local `EmbeddingModel`
- ChromaDB-backed `VectorStore`

It intentionally does not contain project-search or document-search business
rules.
