|
|
il y a 1 mois | |
|---|---|---|
| app | il y a 1 mois | |
| ontology | il y a 1 mois | |
| scripts | il y a 1 mois | |
| tests | il y a 1 mois | |
| .env.example | il y a 1 mois | |
| .gitignore | il y a 1 mois | |
| COARSE_TYPES.txt | il y a 1 mois | |
| PROJECT.md | il y a 1 mois | |
| README.md | il y a 1 mois | |
| TODO.md | il y a 1 mois | |
| killserver.sh | il y a 1 mois | |
| maintenance.sh | il y a 1 mois | |
| ontology_suggestions.txt | il y a 1 mois | |
| requirements.txt | il y a 1 mois | |
| resolve_scheme.md | il y a 1 mois | |
| restart.sh | il y a 1 mois | |
| run.sh | il y a 1 mois | |
| test_resolve.sh | il y a 1 mois | |
| tests.sh | il y a 1 mois |
Python FastMCP server for the atlas2 resolution flow.
resolve()resolve() now performs the working path:
wikidata.reconci.link quick-resolve (single-candidate)quickrankedinteractivehybridllm_selectstrategy.use_embeddings=trueconfidence controls cache reuse and re-resolution, not just the resolved/not-found statusatlas:needsCuration true entities using:
ontology/wikidata_subclassof.ttl./test_resolve.sh runs resolver-focused tests only1) Create config:
cp .env.example .env
2) Install dependencies:
pip install -r requirements.txt
3) Start:
./run.sh
Server runs on port 8550 and mounts the MCP endpoint at /mcp.