Skip to content

Commit

Permalink
Update openapi_classification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Nov 19, 2024
1 parent 74942fc commit 1cac23c
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions openapi_classification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,10 @@ components:

classification_summary:
type: array
description: Deprecated. Scoring for embeddings-based classification, replaced by LLM-based classification.
items:
type: object
properties:
id:
type: string
description: Deprecated. Unique ID for the document type.
name:
type: string
description: Deprecated. User-friendly name for the document type.
score:
type: number
description: Deprecated. Similarity score comparing the document to the document type, between 0 and 1.
additionalProperties: true
description: |
Deprecated. Scoring for embeddings-based classification, replaced by LLM-based classification. Empty array.

example:
document_type:
Expand Down

0 comments on commit 1cac23c

Please sign in to comment.