package
15.4.29+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

NewEmbedding is an Embedding constructor.
SerializeApp converts a type.Application into text ready to be fed to an embedding model.
SerializeDatabase converts a type.Database into text ready to be fed to an embedding model.
SerializeKubeCluster converts a type.KubeCluster into text ready to be fed to an embedding model.
SerializeNode converts a type.Server into text ready to be fed to an embedding model.
SerializeNode converts a serializable resource into text ready to be fed to an embedding model.
SerializeWindowsDesktop converts a type.WindowsDesktop into text ready to be fed to an embedding model.
No description provided by the author

# Variables

EmbeddingHash is the hash function that should be used to compute embedding hashes.

# Interfaces

Embedder is implemented for batch text embedding.

# Type aliases

Embedding contains a Teleport resource embedding.
Sha256Hash is the hash of the embedded content.
Vector32 is an array of float64 that contains the result of the embedding process.
Vector64 is an array of float64 that contains the result of the embedding process.