We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771aff7 commit 4335437Copy full SHA for 4335437
ns_extract/pipelines/semantic_embeddings/model.py
@@ -5,7 +5,7 @@
5
6
7
class EmbeddingSchema(BaseModel):
8
- """Schema for TFIDF output"""
+ """Schema for semantic embedding output"""
9
10
embedding: List[float] = Field(description="Vector representation of the text")
11
0 commit comments