Namespace: LLama.OldVersion
public class LLamaEmbedder : System.IDisposable
Inheritance Object → LLamaEmbedder
Implements IDisposable
public LLamaEmbedder(LLamaParams params)
params LLamaParams
public Single[] GetEmbeddings(string text, int n_thread, bool add_bos, string encoding)
text String
n_thread Int32
add_bos Boolean
encoding String
public void Dispose()