Expand description
Optical Embeddings (Rust)
Crate entry exposing configuration and vision encoders.
Copyright [2025] tuned.org.uk, Mec-iS
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Re-exports§
pub use config::ClipConfig;pub use config::ModelConfig;pub use config::ProjectorConfig;pub use config::ResolutionConfig;pub use config::ResolutionMode;pub use config::SamConfig;pub use vision::attention::Attention;pub use vision::attention::WindowAttention;pub use vision::clip::ClipEncoder;pub use vision::sam::SamEncoder;