Skip to content

chore: version packages#58

Merged
techiejd merged 1 commit into
mainfrom
changeset-release/main
May 19, 2026
Merged

chore: version packages#58
techiejd merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

payloadcms-vectorize@1.0.0

Minor Changes

  • #57 19ea3a0 Thanks @techiejd! - Add optional rerank callback on EmbeddingConfig for per-pool reranking. When configured, the plugin fetches Math.floor(limit * multiplier) candidates from the adapter, hands them to the user-supplied callback ((query, results) => Promise<results>), and trims the callback's output back down to the caller's limit. Provider-agnostic — bring your own Voyage / Cohere / local cross-encoder. multiplier must be a finite number >= 1; invalid configs are rejected at plugin init. Callback errors propagate to the caller.

@payloadcms-vectorize/cf@1.0.0

Minor Changes

  • #57 19ea3a0 Thanks @techiejd! - Add optional rerank callback on EmbeddingConfig for per-pool reranking. When configured, the plugin fetches Math.floor(limit * multiplier) candidates from the adapter, hands them to the user-supplied callback ((query, results) => Promise<results>), and trims the callback's output back down to the caller's limit. Provider-agnostic — bring your own Voyage / Cohere / local cross-encoder. multiplier must be a finite number >= 1; invalid configs are rejected at plugin init. Callback errors propagate to the caller.

Patch Changes

  • Updated dependencies [19ea3a0]:
    • payloadcms-vectorize@1.0.0

@payloadcms-vectorize/mongodb@1.0.0

Minor Changes

  • #57 19ea3a0 Thanks @techiejd! - Add optional rerank callback on EmbeddingConfig for per-pool reranking. When configured, the plugin fetches Math.floor(limit * multiplier) candidates from the adapter, hands them to the user-supplied callback ((query, results) => Promise<results>), and trims the callback's output back down to the caller's limit. Provider-agnostic — bring your own Voyage / Cohere / local cross-encoder. multiplier must be a finite number >= 1; invalid configs are rejected at plugin init. Callback errors propagate to the caller.

Patch Changes

  • Updated dependencies [19ea3a0]:
    • payloadcms-vectorize@1.0.0

@payloadcms-vectorize/pg@1.0.0

Minor Changes

  • #57 19ea3a0 Thanks @techiejd! - Add optional rerank callback on EmbeddingConfig for per-pool reranking. When configured, the plugin fetches Math.floor(limit * multiplier) candidates from the adapter, hands them to the user-supplied callback ((query, results) => Promise<results>), and trims the callback's output back down to the caller's limit. Provider-agnostic — bring your own Voyage / Cohere / local cross-encoder. multiplier must be a finite number >= 1; invalid configs are rejected at plugin init. Callback errors propagate to the caller.

Patch Changes

  • Updated dependencies [19ea3a0]:
    • payloadcms-vectorize@1.0.0

@github-actions github-actions Bot requested a review from techiejd as a code owner May 19, 2026 04:05
@techiejd techiejd merged commit 9162739 into main May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant