KB Search Result

Knowledge base hit card with a document title, snippet, source path, and an emerald similarity score badge.

Implementing rate limits with Redis
0.92

Use INCR with an EXPIRE TTL to build a fixed-window limiter that resets every minute.

docs/guides/rate-limits.md

New here? Read the installation guide.

Import & use
import { Ai27 } from "@/components/beste/piece/ai27";

<Ai27
  title="Implementing rate limits with Redis"
  snippet="Use INCR with an EXPIRE TTL to build a fixed-window limiter that resets every minute."
  source="docs/guides/rate-limits.md"
  score={0.92}
  tone="violet"
/>

More AI pieces

View all AI
Weekly summary
  • Onboarding ships to GA on Tuesday
  • Pricing experiment lifts conversion by 14%
  • Two critical bugs filed, one already patched
Synthesized from 3 documents

AI Summary

Summary card with a violet sparkle header, bullet list of key points, and a source attribution below.

"The onboarding flow now ships with three new interactive steps."

beste.co/docs/onboarding

Citation Chip

Inline citation card with a numbered violet circle, a quoted excerpt, and an external link icon with the source path.

Guardrailsactive
PII redactionToxicityPrompt injection

Guardrail Badge

Safety guardrail card with an emerald shield, active status pill, and a row of enabled policy tags.

Research Copilot4 tools

Searches papers and drafts literature reviews on request.

Assistant Card

Catalog card for a configured assistant with a tone-filled bot tile, name, short description, and the tool count.

support_tickets48,200 rows · 120 MB
train 80%val 10%test 10%

Dataset Card

Dataset summary with row count, total size, and a stacked train/val/test split bar. Tone controls the dataset icon tile and train segment.

ts
const slug = (s: string) =>
  s.toLowerCase().replace(/\s+/g, '-');

Generated Code

AI code output card with a language tag, copy and regenerate actions, and a monospace block below.