Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbeddingConfig.type
Members list
Type members
Classlikes
Ollama local embedding configuration.
Ollama local embedding configuration.
Value parameters
- baseUrl
-
Ollama server URL (default: http://localhost:11434)
- dimensions
-
Embedding dimensions (default: 768)
- model
-
Model name (default: nomic-embed-text)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EmbeddingConfigclass Objecttrait Matchableclass AnyShow all
OpenAI embedding configuration.
OpenAI embedding configuration.
Value parameters
- dimensions
-
Embedding dimensions (default: 1536)
- model
-
Model name (default: text-embedding-3-small)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EmbeddingConfigclass Objecttrait Matchableclass AnyShow all
Voyage AI embedding configuration.
Voyage AI embedding configuration.
Value parameters
- dimensions
-
Embedding dimensions (default: 1024)
- model
-
Model name (default: voyage-3)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EmbeddingConfigclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
Default embedding configuration (OpenAI text-embedding-3-small)
Default embedding configuration (OpenAI text-embedding-3-small)
Attributes
Pre-configured Ollama mxbai model
Pre-configured Ollama mxbai model
Attributes
Pre-configured OpenAI large embedding model
Pre-configured OpenAI large embedding model
Attributes
Pre-configured Voyage code-optimized model
Pre-configured Voyage code-optimized model