We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9111fb5 commit 6479c72Copy full SHA for 6479c72
docs/getting_started/embeddings/embeddings.md
@@ -135,6 +135,9 @@ hf_embedding = HuggingFaceInstructEmbeddings()
135
langchain_embedder = LangChainBackend(hf_embedding)
136
```
137
138
+To see what providers are being supported by Langchain, you can check the list [here](https://python.langchain.com/docs/integrations/providers/).
139
+For more information, you can have a look on [Langchain's Embedding Models](https://python.langchain.com/docs/integrations/text_embedding/).
140
+
141
## **Flair**
142
[Flair](https://github.com/flairNLP/flair) allows you to choose almost any embedding model that
143
is publicly available. Flair can be used as follows:
0 commit comments