Metadata-Version: 2.4
Name: andnp-searchkernel
Version: 0.1.0
Summary: Source-agnostic search/indexing kernel: domain-agnostic content ingestion, hybrid vector+keyword+graph search, pluggable embedding/LLM/reranker providers.
Project-URL: Homepage, https://github.com/andnp/andnp-searchkernel
Project-URL: Documentation, https://github.com/andnp/andnp-searchkernel/tree/main/docs
Project-URL: Repository, https://github.com/andnp/andnp-searchkernel.git
Project-URL: Issues, https://github.com/andnp/andnp-searchkernel/issues
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: faiss-cpu>=1.9.0
Requires-Dist: llama-index-core>=0.12.0
Requires-Dist: llama-index-embeddings-huggingface>=0.4.0
Requires-Dist: llama-index-vector-stores-faiss>=0.3.0
Requires-Dist: psycopg2-binary>=2.9.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: sentence-transformers>=3.0.0
Requires-Dist: tenacity>=9.0.0
Requires-Dist: tomlkit>=0.13.0
Requires-Dist: tree-sitter-markdown>=0.3.2
Requires-Dist: tree-sitter>=0.23.0
Description-Content-Type: text/markdown

# `andnp-searchkernel`

A domain-agnostic search/indexing kernel for building hybrid vector + keyword + graph search systems with pluggable embedding, LLM, and reranker providers.

## Status

**Pre-alpha, extraction in progress.** This library is being extracted from [`mcp-markdown-ragdocs`](https://github.com/andnp/mcp-markdown-ragdocs) to enable reuse across arbitrary content sources and search backends.

## License

MIT License. See [LICENSE](LICENSE) for details.
