@using Server.Models @using System.Web @using Shared.Models @using Server.Services @using Server @inject LocalizationService T @model HomeIndexViewModel @{ ViewData["Title"] = "Home Page"; bool hasName = User.Identity?.Name is not null; string name = ""; if (hasName && User.Identity is not null && User.Identity.Name is not null) { name = User.Identity.Name; } }

Searchdomains

@(hasName ? T["Hi, {0}!", name] : T["Hi!"])

@T["Server"]

@T["Total RAM usage"]
@T["Total Database size"]

@T["Embedding Cache"]

@T["Size"]
@T["Strings"]
@T["Embeddings"]

@T["Health Checks"]

  • @T["Server"] ???????
  • @T["AI Providers"] ???????

@T["Searchdomains"]

@T["Count"]
@T["Total Entities"]
@T["Total query cache utilization"]
@T["Query cache entry count"]
@T["Query cache capacity (loaded)"]
@T["Query cache capacity (all)"]