Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_dimensions

Function
This function is defined in the embedding module.
Get embedding dimensions for a model.

Signature

def get_dimensions(model: &str) -> Option<usize>

Parameters

model
&str
required
No description available.

Returns

Returns
Option<usize>
The result of the operation.

Source

View on GitHub

praisonai/src/embedding/mod.rs at line 480