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 1cac23c commit c4b113e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions openapi_classification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,8 @@ components:
description: Deprecated. Similarity score comparing the document to the document type, where a score of 1 indicates a match.
reference_documents:
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 reference document.
name:
type: string
description: Deprecated. User-friendly name for the reference document.
score:
type: number
description: Deprecated. Similarity score comparing the document to the reference document, between 0 and 1.
description: Deprecated. Empty array. Scoring for embeddings-based classification, replaced by LLM-based classification.
additionalProperties: true

classification_summary:
type: array
Expand Down

0 comments on commit c4b113e

Please sign in to comment.