Skip to content

Commit

Permalink
docs: mark fields as unused
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723639401

Source-Link: googleapis/googleapis@833292d

Source-Link: googleapis/googleapis-gen@71f38d7
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRG9jdW1lbnRBSS5WMUJldGEzLy5Pd2xCb3QueWFtbCIsImgiOiI3MWYzOGQ3OTk5OWUyZjY5NTdhMzRmZThjNzNkODgzOTU2MDRmMjhjIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Feb 6, 2025
1 parent b343f9f commit 25625fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ public bool IncludeAncestorHeadings {
private bool semanticChunkingGroupSize_;
/// <summary>
/// Optional. The number of tokens to group together when evaluating
/// semantic similarity.
/// semantic similarity. THIS FIELD IS NOT YET USED.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand All @@ -1313,7 +1313,7 @@ public bool SemanticChunkingGroupSize {
/// <summary>
/// Optional. The percentile of cosine dissimilarity that must be exceeded
/// between a group of tokens and the next. The smaller this number is, the
/// more chunks will be generated.
/// more chunks will be generated. THIS FIELD IS NOT YET USED.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 25625fc

Please sign in to comment.