Noora Faq Search Endpoint¶
Search Noora FAQ (Weaviate-backed) and return Q&A pairs.
- query: The medical question to search for
- max_results: Maximum number of results (1-10, default: 3)
Uses the env var NOORA_FAQ_COLLECTION_NAME to select the collection.
Quick Links¶
API Reference¶
Endpoint: POST /search/noora/faq
Example Usage¶
curl -X POST http://localhost:8000/search/noora/faq \
-H 'Content-Type: application/json' \
-d '{'query': 'What are symptoms of high blood pressure?', 'max_results': 3}'