See the difference — search by intent, not exact match
Requirements for Opening a Cambodian Bank Account
Documents needed include a valid passport or national ID, proof of address, and initial deposit...
score
NBC Guidelines for Digital Banking Onboarding
The National Bank of Cambodia requires eKYC verification for all new digital account holders...
score
ABA Bank Account Types & Benefits
Choose from savings, current, and USD accounts. Minimum deposit starts from $10...
score
No ML expertise required. Plug in your data and go.
State-of-the-art multilingual embeddings — including Khmer. Index millions of documents in minutes.
Sub-10ms search on indexed collections. Built on optimized approximate nearest neighbor algorithms.
First-class support for Khmer semantic search. Users can query in Khmer and find results across any language.
Index data and run semantic queries with 5 lines of code. SDKs for Python, JavaScript, and REST.
Combine semantic similarity with keyword filters, date ranges, and metadata for precision results.
Fine-tune ranking models on your domain-specific data to maximize result quality for your use case.
From customer support bots to internal knowledge bases — semantic search makes your content findable.
Quick Start
import blizzer
import blizzer
client = blizzer.SemanticSearch(api_key="...")
# Index your documents
client.index([
{"id": "1", "text": "ធនាគារ ABA..."},
{"id": "2", "text": "How to open..."},
])
# Search by meaning
results = client.search(
query="open bank account",
top_k=5
)
print(results[0].score) # 0.97