Skip to content

Commit a39605e

Browse files
authored
docs[patch]: Fix typos (#6530)
* Typos * Deprecate
1 parent 6d0497c commit a39605e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/core_docs/docs/integrations/llms/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You are currently on a page documenting the use of [text completion models](/doc
1111
Unless you are specifically using more advanced prompting techniques, you are probably looking for [this page instead](/docs/integrations/chat/).
1212
:::
1313

14-
[LLMs](docs/concepts/#llms) are Language models that takes a string as input and returns a string. These are generally older models (newer models generally are chat models, see above).
14+
[LLMs](docs/concepts/#llms) are language models that takes a string as input and return a string as output.
1515

1616
:::info
1717
If you'd like to write your own LLM, see [this how-to](/docs/how_to/custom_llm). If you'd like to contribute an integration, see [Contributing integrations](/docs/contributing).

docs/core_docs/docs/integrations/vectorstores/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_class_name: hidden
55

66
# Vector stores
77

8-
A [vector store](/docs/concepts/#vectorstores) stores [embedded](/docs/concepts/#embedding-models) data and performing similarity search.
8+
A [vector store](/docs/concepts/#vectorstores) stores [embedded](/docs/concepts/#embedding-models) data and performs similarity search.
99

1010
LangChain.js integrates with a variety of vector stores. You can check out a full list below:
1111

docs/core_docs/src/theme/FeatureTables.js

+2
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,8 @@ const DEPRECATED_DOC_IDS = [
745745
"integrations/chat/baidu_wenxin",
746746
"integrations/chat/google_palm",
747747
"integrations/chat/ni_bittensor",
748+
"integrations/chat/ollama_functions",
749+
"integrations/chat/prompt_layer_openai",
748750
"integrations/llms/google_palm",
749751
"integrations/llms/ni_bittensor",
750752
"integrations/llms/prompt_layer_openai",

0 commit comments

Comments
 (0)