langchaingo
langchaingo copied to clipboard
huggingface examples
func (o *LLM) CreateEmbedding( ctx context.Context, inputTexts []string, model string, task string, ) ([][]float32, error)
What does the parameter "task" represent? Can you provide an example?