Skip to content

Commit 9acf600

Browse files
committed
Fix typo in docs
1 parent 0f21576 commit 9acf600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use judge columns for data quality filtering (e.g., keep only 4+ rated responses
6868

6969
Embedding columns generate vector embeddings (numerical representations) for text content using embedding models. These embeddings capture semantic meaning, enabling similarity search, clustering, and semantic analysis.
7070

71-
Specify a `target_column` containing text, and Data Designer generates embeddings for that content. The target column can contain either a single text string or a list of text strings in stringified JSON format—in the latter case, embeddings are generated for each text string in the list.
71+
Specify a `target_column` containing text, and Data Designer generates embeddings for that content. The target column can contain either a single text string or a list of text strings in stringified JSON format. In the latter case, embeddings are generated for each text string in the list.
7272

7373
Common use cases:
7474

0 commit comments

Comments
 (0)