Skip to content

Commit 6479c72

Browse files
author
Regal Tsui
committed
add documentation
1 parent 9111fb5 commit 6479c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/getting_started/embeddings/embeddings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ hf_embedding = HuggingFaceInstructEmbeddings()
135135
langchain_embedder = LangChainBackend(hf_embedding)
136136
```
137137

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+
138141
## **Flair**
139142
[Flair](https://github.com/flairNLP/flair) allows you to choose almost any embedding model that
140143
is publicly available. Flair can be used as follows:

0 commit comments

Comments
 (0)