Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 2.27 KB

File metadata and controls

88 lines (58 loc) · 2.27 KB

Embeddings

Types:

from isaacus.types import EmbeddingResponse

Methods:

Classifications

Universal

Types:

from isaacus.types.classifications.universal import UniversalClassificationResponse

Methods:

Rerankings

Types:

from isaacus.types import RerankingResponse

Methods:

Extractions

QA

Types:

from isaacus.types.extractions.qa import AnswerExtractionResponse

Methods:

Enrichments

Types:

from isaacus.types import EnrichmentResponse

Methods:

ILGS

v1

Types:

from isaacus.types.ilgs.v1 import (
    Crossreference,
    Date,
    Document,
    Email,
    ExternalDocument,
    IDNumber,
    Location,
    Person,
    PhoneNumber,
    Quote,
    Segment,
    Span,
    Term,
    Website,
)