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