Skip to content

Commit

Permalink
Update resource type names for FoundationaLLM.Vectorization resource …
Browse files Browse the repository at this point in the history
…provider
  • Loading branch information
ciprianjichici committed Jan 26, 2024
1 parent ff02359 commit baa4c90
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ public static class VectorizationResourceTypeNames
/// <summary>
/// Vectorization content sources.
/// </summary>
public const string ContentSourceProfiles = "contentSourceProfiles";
public const string ContentSourceProfiles = "contentsourceprofiles";

/// <summary>
/// Text partitioning profiles.
/// </summary>
public const string TextPartitioningProfiles = "textPartitionProfiles";
public const string TextPartitioningProfiles = "textpartitionprofiles";

/// <summary>
/// Text embedding profiles.
/// </summary>
public const string TextEmbeddingProfiles = "textEmbeddingProfiles";
public const string TextEmbeddingProfiles = "textembeddingprofiles";

/// <summary>
/// Indexing profiles.
/// </summary>
public const string IndexingProfiles = "indexingProfiles";
public const string IndexingProfiles = "indexingprofiles";
}
}

0 comments on commit baa4c90

Please sign in to comment.