|
|
1 miesiąc temu | |
|---|---|---|
| app | 1 miesiąc temu | |
| ontology | 1 miesiąc temu | |
| scripts | 1 miesiąc temu | |
| tests | 1 miesiąc temu | |
| .env.example | 1 miesiąc temu | |
| .gitignore | 1 miesiąc temu | |
| COARSE_TYPES.txt | 1 miesiąc temu | |
| PROJECT.md | 1 miesiąc temu | |
| README.md | 1 miesiąc temu | |
| TODO.md | 1 miesiąc temu | |
| killserver.sh | 1 miesiąc temu | |
| maintenance.sh | 1 miesiąc temu | |
| ontology_suggestions.txt | 1 miesiąc temu | |
| requirements.txt | 1 miesiąc temu | |
| resolve_scheme.md | 1 miesiąc temu | |
| restart.sh | 1 miesiąc temu | |
| run.sh | 1 miesiąc temu | |
| test_resolve.sh | 1 miesiąc temu | |
| tests.sh | 1 miesiąc temu |
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.