Detalhes do pacote

voyage-ai-provider

patelvivekdev5.9kMIT1.1.0

Voyage AI Provider for running Voyage AI models with Vercel AI SDK

ai, ai-sdk, vercel-ai, voyage

readme (leia-me)

nenhum readme encontrado 😢

changelog (log de mudanças)

voyage-ai-provider

1.1.0

Minor Changes

  • Add multimodal and image embedding support

    • Added imageEmbeddingModel() for image-only embeddings
    • Added multimodalEmbeddingModel() for combined text and image embeddings
    • Enhanced type system with ImageEmbeddingInput, MultimodalEmbeddingInput, and TextEmbeddingInput
    • Updated dependencies:
      • @ai-sdk/provider to 1.1.3
      • @ai-sdk/provider-utils to 2.2.8

1.0.2

Patch Changes

  • Add new model ids

1.0.1

Patch Changes

  • Update version, add voyage-3-large docs.

1.0.0

Major Changes

  • 031f440: Remove encodingFormat settings.

0.0.2

Patch Changes

  • Update example README.md
  • Update version of @ai-sdk/provider and @ai-sdk/provider-utils
  • Added additional settings as outputDimension and outputDtype.

0.0.1

Patch Changes

  • First public release