Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Different search modes in Hystersis
results = client.search( query="artificial intelligence", limit=10, threshold=0.7 )
results = client.hybrid_search( query="machine learning", semantic_limit=10, keyword_limit=10, boost=1.5 )
results = client.advanced_search( filters={ "logic": "AND", "rules": [ {"field": "category", "operator": "eq", "value": "preferences"}, {"field": "importance", "operator": "gte", "value": "high"} ] } )
query
limit
threshold
rerank
user_id
results = client.search( query="ML algorithms", rerank=True, rerank_top_k=20 )