Config
These are config that can be passed
Config Reference
Key
Type
Default
Applies To
Description
Search Type
Value
Description
Example: Advanced Config
curl -X POST "https://glchat.glair.ai/components/{chatbot_id}:standard-rag/run" \
-H "Content-Type: application/json" \
-H "X-API-Key: {your_api_key}" \
-d '{
"inputs": {
"query": "What is our refund policy?"
},
"config": {
"search_type": "normal",
"normal_search_top_k": 10,
"enable_hybrid_search": false,
"rerank_type": "none",
"reference_formatter_type": "similarity"
},
"model_name": "Gemini 3.1 Flash Live Preview"
}'Last updated