Get suggestions for a given query in real time.
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.search_suggestions({
"query": "What is the capital"
})
{
"success": true,
"suggestions": [
"what is the capital of",
"what is the capital of mumbai",
"what is the capital of pune",
"what is the capital of india",
"what is the capital of andhra pradesh",
"what is the capital of australia",
"what is the capital of france",
"what is the capital of maharashtra",
"what is the capital of japan",
"what is the capital of punjab",
"what is the capital of haryana",
"what is the capital of pakistan",
"what is the capital of china",
"what is the capital of gujarat",
"what is the capital of kerala"
],
"_usage": {
"input_tokens": 8,
"output_tokens": 130,
"inference_time_tokens": 468,
"total_tokens": 606
}
}
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.search_suggestions({
"query": "What is the capital"
})
{
"success": true,
"suggestions": [
"what is the capital of",
"what is the capital of mumbai",
"what is the capital of pune",
"what is the capital of india",
"what is the capital of andhra pradesh",
"what is the capital of australia",
"what is the capital of france",
"what is the capital of maharashtra",
"what is the capital of japan",
"what is the capital of punjab",
"what is the capital of haryana",
"what is the capital of pakistan",
"what is the capital of china",
"what is the capital of gujarat",
"what is the capital of kerala"
],
"_usage": {
"input_tokens": 8,
"output_tokens": 130,
"inference_time_tokens": 468,
"total_tokens": 606
}
}
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.web.search_suggestions({
"query": "What is the capital"
})
{
"success": true,
"suggestions": [
"what is the capital of",
"what is the capital of mumbai",
"what is the capital of pune",
"what is the capital of india",
"what is the capital of andhra pradesh",
"what is the capital of australia",
"what is the capital of france",
"what is the capital of maharashtra",
"what is the capital of japan",
"what is the capital of punjab",
"what is the capital of haryana",
"what is the capital of pakistan",
"what is the capital of china",
"what is the capital of gujarat",
"what is the capital of kerala"
],
"_usage": {
"input_tokens": 8,
"output_tokens": 130,
"inference_time_tokens": 468,
"total_tokens": 606
}
}