mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 22:04:37 +00:00
move installation (#21711)
This commit is contained in:
parent
aca98fd150
commit
c6c2649a5a
@ -66,7 +66,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -11,6 +11,10 @@ For conceptual explanations see [Conceptual Guides](/docs/concepts/).
|
|||||||
For end-to-end walkthroughs see [Tutorials](/docs/tutorials).
|
For end-to-end walkthroughs see [Tutorials](/docs/tutorials).
|
||||||
For comprehensive descriptions of every class and function see [API Reference](https://api.python.langchain.com/en/latest/).
|
For comprehensive descriptions of every class and function see [API Reference](https://api.python.langchain.com/en/latest/).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
- [How to: install LangChain packages](/docs/how_to/installation/)
|
||||||
|
|
||||||
## Key features
|
## Key features
|
||||||
|
|
||||||
This highlights functionality that is core to using LangChain.
|
This highlights functionality that is core to using LangChain.
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
"```\n",
|
"```\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For more details, see our [Installation guide](/docs/installation).\n",
|
"For more details, see our [Installation guide](/docs/how_to/installation).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### LangSmith\n",
|
"### LangSmith\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -21,12 +21,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "doc",
|
||||||
label: "Introduction",
|
label: "Introduction",
|
||||||
collapsed: false,
|
id: "introduction",
|
||||||
collapsible: false,
|
|
||||||
link: { type: "doc", id: "introduction" },
|
|
||||||
items: ["installation"],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
|
Loading…
Reference in New Issue
Block a user