Skip to content

Conversation

@himicoswilson
Copy link

@himicoswilson himicoswilson commented Nov 30, 2025

Overview

Support configurable embedder dimensions via environment variables to provide flexibility when using different embedding models.

Dependencies

This PR depends on the wizard submodule changes:

Changes

  1. Update example.env

    • Add OBW_VECTOR_EMBEDDER_DIMENSIONS=1024 configuration option
    • Document the parameter for configuring embedding vector dimensions
  2. Update wizard submodule reference

    • Point to the version that supports configurable embedder_dimensions

Usage

Set in your .env file:

# Use text-embedding-3-large (1536 dimensions)
OBW_VECTOR_EMBEDDER_DIMENSIONS=1536

Backward Compatibility

  • Default value is 1536 if not set
  • Fully backward compatible with existing configurations

- Update wizard submodule to version with configurable embedder_dimensions
- Add OBW_VECTOR_EMBEDDER_DIMENSIONS config in example.env
- Default value is 1024 for backward compatibility

Related PR: import-ai/omnibox-wizard#129
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