GraphCanon updated today · GitHub synced today · 29 views this month
Decision brief
Cherche is a Python library for implementing neural search capabilities.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (812d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install cherche PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Neural Search
Capability facts
- Languages
- python
Source: github.language · Aug 23, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Installation 🤖
To install Cherche for use with a simple retriever on CPU, such as TfIdf, Flash, Lunr, Fuzz, use the following command:
pip install cherche
To install Cherche for use with any semantic retriever or ranker on CPU, use the following command:
pip install "cherche[cpu]"
Finally, if you plan to use any semantic retriever or ranker on GPU, use the following command:
pip install "cherche[gpu]"
By following these installation instructions, you will be able to use Cherche with the appropriate requirements for your needs.
For agents
This page has a .md twin and JSON over the API.