# Embeddings

***

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)

### Embedding Nodes:

* [AWS Bedrock Embeddings](/integrations/langchain/embeddings/aws-bedrock-embeddings.md)
* [Azure OpenAI Embeddings](/integrations/langchain/embeddings/azure-openai-embeddings.md)
* [Cohere Embeddings](/integrations/langchain/embeddings/cohere-embeddings.md)
* [Google GenerativeAI Embeddings](/integrations/langchain/embeddings/googlegenerativeai-embeddings.md)
* [Google PaLM Embeddings](https://github.com/FlowiseAI/FlowiseDocs/blob/main/en/integrations/langchain/embeddings/broken-reference/README.md)
* [Google VertexAI Embeddings](/integrations/langchain/embeddings/googlevertexai-embeddings.md)
* [HuggingFace Inference Embeddings](/integrations/langchain/embeddings/huggingface-inference-embeddings.md)
* [LocalAI Embeddings](/integrations/langchain/embeddings/localai-embeddings.md)
* [MistralAI Embeddings](/integrations/langchain/embeddings/mistralai-embeddings.md)
* [Ollama Embeddings](/integrations/langchain/embeddings/ollama-embeddings.md)
* [OpenAI Embeddings](/integrations/langchain/embeddings/openai-embeddings.md)
* [OpenAI Embeddings Custom](/integrations/langchain/embeddings/openai-embeddings-custom.md)
* [TogetherAI Embedding](/integrations/langchain/embeddings/togetherai-embedding.md)
* [VoyageAI Embeddings](/integrations/langchain/embeddings/voyageai-embeddings.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/integrations/langchain/embeddings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
