@using AIStudio.Provider @using AIStudio.Settings.DataModel @inherits SettingsPanelBase @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) { Configured Embeddings Embeddings are a way to represent words, sentences, entire documents, or even images and videos as digital fingerprints. Just like each person has a unique fingerprint, embedding models create unique digital patterns that capture the meaning and characteristics of the content they analyze. When two things are similar in meaning or content, their digital fingerprints will look very similar. For example, the fingerprints for 'happy' and 'joyful' would be more alike than those for 'happy' and 'sad'. This helps AI Studio understand and compare things in a way that's similar to how humans do. When you're working on something, AI Studio can automatically identify related documents and data by comparing their digital fingerprints. For instance, if you're writing about customer service, AI Studio can instantly find other documents in your data that discuss similar topics or experiences, even if they use different words. # Name Provider Model Actions @context.Num @context.Name @context.UsedLLMProvider @this.GetEmbeddingProviderModelName(context) Open Dashboard Edit Delete @if (this.SettingsManager.ConfigurationData.EmbeddingProviders.Count == 0) { No embeddings configured yet. } Add Embedding }