Skip to content

Commit 4335437

Browse files
authored
Update schema description for semantic embeddings
1 parent 771aff7 commit 4335437

File tree

1 file changed

+1
-1
lines changed
  • ns_extract/pipelines/semantic_embeddings

1 file changed

+1
-1
lines changed

ns_extract/pipelines/semantic_embeddings/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class EmbeddingSchema(BaseModel):
8-
"""Schema for TFIDF output"""
8+
"""Schema for semantic embedding output"""
99

1010
embedding: List[float] = Field(description="Vector representation of the text")
1111

0 commit comments

Comments
 (0)