@extends('admin.layouts.app') @section('title', 'RAG Index') @section('breadcrumb') AI Intelligence / RAG Index @endsection @section('content')
Manage regulation embeddings for natural language queries
| State | Embeddings |
|---|---|
| {{ $state->state?->name ?? 'Unknown' }} | {{ number_format($state->total) }} |
Re-embed regulation documents and zone rules into the vector store. This calls the OpenAI Embeddings API.