Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,18 @@
"langsmith/self-host-external-redis"
]
},
{
"group": "SmithDB (optional)",
"pages": [
"langsmith/self-host-smithdb",
"langsmith/self-host-smithdb-install",
"langsmith/self-host-smithdb-infrastructure",
"langsmith/self-host-smithdb-scale",
"langsmith/self-host-smithdb-observability",
"langsmith/self-host-smithdb-migrate",
"langsmith/self-host-smithdb-troubleshooting"
]
},
{
"group": "Platform auth & access control",
"pages": [
Expand Down
1 change: 1 addition & 0 deletions src/langsmith/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ As a next step, it is strongly recommended you work with your infrastructure adm
* Configure LangSmith with [Single Sign-On](/langsmith/self-host-sso) to secure your LangSmith instance
* Connect LangSmith to external Postgres and Redis instances
* Set up [Blob Storage](/langsmith/self-host-blob-storage) for storing large files
* Optionally enable [SmithDB](/langsmith/self-host-smithdb) on an existing Kubernetes installation. SmithDB is opt-in. ClickHouse remains required.

Review our [configuration section](/langsmith/self-hosted) for more information on how to configure these options.

Expand Down
Loading
Loading