Types:
from isaacus.types import EmbeddingResponseMethods:
client.embeddings.create(**params) -> EmbeddingResponse
Types:
from isaacus.types.classifications.universal import UniversalClassificationResponseMethods:
client.classifications.universal.create(**params) -> UniversalClassificationResponse
Types:
from isaacus.types import RerankingResponseMethods:
client.rerankings.create(**params) -> RerankingResponse
Types:
from isaacus.types.extractions.qa import AnswerExtractionResponseMethods:
client.extractions.qa.create(**params) -> AnswerExtractionResponse
Types:
from isaacus.types import EnrichmentResponseMethods:
client.enrichments.create(**params) -> EnrichmentResponse
Types:
from isaacus.types.ilgs.v1 import (
Crossreference,
Date,
Document,
Email,
ExternalDocument,
IDNumber,
Location,
Person,
PhoneNumber,
Quote,
Segment,
Span,
Term,
Website,
)