The async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.
Static
initializeInitializes the llama_cpp model for usage in the embeddings wrapper.
the inputs passed onto the model.
A Promise that resolves to the LlamaCppEmbeddings type class.
Example