Namespace: LLama
The embedder for LLama, which supports getting embeddings from text.
public class LLamaEmbedder
Inheritance Object → LLamaEmbedder
public LLamaEmbedder(LLamaParams params)
params LLamaParams
public Single[] GetEmbeddings(string text, int n_thread, bool add_bos)
text String
n_thread Int32
add_bos Boolean