Vector query bar with namespace name, top_k value, and removable key:value filter chips for metadata.
The import and the props worth knowing about, in one place.
import { Ai37 } from "@/components/beste/piece/ai37";
<Ai37
namespace="docs"
topK={5}
filters={[
{
"key": "lang",
"value": "en"
},
{
"key": "section",
"value": "guides"
}
]}
/>Debugger-style panel showing the language model's next-token probabilities, with the top candidate highlighted and bars scaled to softmax weight.
Use INCR with an EXPIRE TTL to build a fixed-window limiter that resets every minute.
docs/guides/rate-limits.mdKnowledge base hit card with a document title, snippet, source path, and an emerald similarity score badge.
Gradient sparkle tile inside a pill showing the model name, a speed caption, and a dropdown arrow.
Horizontal pipeline diagram with tone-tinted stage nodes connected by arrows, showing the path from query to answer.