LangChain.Providers.Huggingface.Embedder (langchainex v0.2.3)

When you want to use the huggingface API to embed documents Embedding will transform documents into vectors of numbers that you can then feed into a neural network The embedding provider must match the input size of the model and use the same encoding scheme. Use Sentence Transformer modles like