description |
---|
LangChain Embedding Nodes |
An embedding is a vector (list) of floating point numbers. The distance between two vectors measures their relatedness. Small distances suggest high relatedness and large distances suggest low relatedness.
Embeddings can be used to create a numerical representation of textual data. This numerical representation is useful because it can be used to find similar documents.
They are commonly used for:
- Search (where results are ranked by relevance to a query string)
- Clustering (where text strings are grouped by similarity)
- Recommendations (where items with related text strings are recommended)
- Anomaly detection (where outliers with little relatedness are identified)
- Diversity measurement (where similarity distributions are analyzed)
- Classification (where text strings are classified by their most similar label)
- AWS Bedrock Embeddings
- Azure OpenAI Embeddings
- Cohere Embeddings
- Google GenerativeAI Embeddings
- Google PaLM Embeddings
- Google VertexAI Embeddings
- HuggingFace Inference Embeddings
- LocalAI Embeddings
- MistralAI Embeddings
- Ollama Embeddings
- OpenAI Embeddings
- OpenAI Embeddings Custom
- TogetherAI Embedding
- VoyageAI Embeddings