Skip to content

Commit 4a9d849

Browse files
author
FENG PENG
committed
docs:adjust llm doc explanation
1 parent 0fbb4e3 commit 4a9d849

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/scrapers/llm.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ Other LLM models
200200

201201
We can also pass a model instance for the chat model and the embedding model through the **model_instance** parameter.
202202
This feature enables you to utilize a Langchain model instance.
203-
If you are familiar with Langchain, you can easily find the `chat model list <https://python.langchain.com/v0.2/docs/integrations/chat/#all-chat-models>`_
204-
and `embedding model list <https://python.langchain.com/v0.2/docs/integrations/text_embedding/#all-embedding-models>`_.
203+
You will discover the model you require within the provided list:
204+
205+
- `chat model list <https://python.langchain.com/v0.2/docs/integrations/chat/#all-chat-models>`_
206+
- `embedding model list <https://python.langchain.com/v0.2/docs/integrations/text_embedding/#all-embedding-models>`_.
205207

206208
For instance, consider **chat model** Moonshot. We can integrate it in the following manner:
207209

0 commit comments

Comments
 (0)