| Endpoint | Role |
|---|---|
POST /search-federator/search | Federated keyword search across all indexed sources |
POST /search-federator/semantic | AI-powered semantic search with intent understanding |
POST /generic/api/generic | AI-generated summary response above search results |
/classify, with taxonomy scope constrained to the FARM domain, so that search| Endpoint | Role |
|---|---|
POST /search-federator/semantic | Programme-scoped semantic search |
POST /generic/api/generic | Domain-scoped librarian bot (system-prompted) |
POST /classify | Automated classification on content ingestion |
GET /taxonomy-manage/view-domainname-data | Domain-filtered vocabulary for ISLANDS or FARM |
POST /search-federator/upload-products | Indexing classified products into the federated corpus |
system parameter is the mechanism that scopes the assistant to its domain. Without it,{
"status": "success",
"data": {
"sectors": [
{
"name": "Agriculture",
"score": 0.91,
"reasoning": "Document addresses smallholder farming practices in island agricultural systems"
}
],
"themes": [
{
"name": "Biodiversity",
"score": 0.94,
"reasoning": "Central focus on ecosystem preservation and species protection strategies"
}
],
"regions": [
{
"name": "Asia-Pacific",
"score": 0.89,
"reasoning": "Case studies drawn from Pacific island nations"
}
]
},
"meta": {
"config": {
"active_taxonomy": ["Sectors", "Themes", "Regions", "Knowledge"],
"threshold": 0.80,
"max_results": 5
},
"total_time": 2.31
}
}/generic/api/generic), Search Federator/search-federator/semantic), Taxonomy (Themes — Waste Management, Circular Economy).| Endpoint | Role in Pipeline |
|---|---|
POST /search-federator/semantic | Retrieval of domain-relevant knowledge products by gap theme |
POST /generic/api/generic | Gap-specific knowledge recommendation generation |
| Pattern | When to Use | Core Endpoints |
|---|---|---|
| Federated search portal | Large multi-source corpus; users need cross-boundary discovery | POST /search-federator/search, POST /search-federator/semantic |
| Domain-scoped librarian bot | Specialist programme with defined knowledge boundaries; users need guidance, not just results | POST /search-federator/semantic, POST /generic/api/generic (system-scoped) |
| Evidence-based recommendation pipeline | Policy or advisory context; recommendations must be traceable to verified sources | POST /search-federator/semantic, POST /search-federator/search, POST /generic/api/generic (RAG pattern) |