Embedding
What are Embeddings?
Basic Usage
Single Text
float[] embedding = await "Hello, world!"
.GENEmbed()
.ExecuteAsync();
Debug.Log($"Embedding dimensions: {embedding.Length}");Multiple Texts
Configuration
Unity Integration Examples
Example 1: Semantic Search
Example 2: Content Recommendation
Common Models
Use Cases
Next Steps
Last updated