Merge pull request #780 from langflow-ai/docs-issue-607
Docs: Add small API/SDK intro page with links to SDK READMEs
This commit is contained in:
commit
954d2b3e3f
2 changed files with 17 additions and 0 deletions
12
docs/docs/reference/api-sdk-overview.mdx
Normal file
12
docs/docs/reference/api-sdk-overview.mdx
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: OpenRAG APIs and SDKs
|
||||||
|
slug: /reference/api-sdk-overview
|
||||||
|
---
|
||||||
|
|
||||||
|
You can use OpenRAG's APIs and SDKs to integrate and extend OpenRAG's capabilities:
|
||||||
|
|
||||||
|
* [Python SDK](https://github.com/langflow-ai/openrag/tree/main/sdks/python)
|
||||||
|
* [TypeScript/JavaScript SDK](https://github.com/langflow-ai/openrag/tree/main/sdks/typescript)
|
||||||
|
|
||||||
|
<!-- TBD: MCP: See https://github.com/langflow-ai/openrag/pull/729 -->
|
||||||
|
<!-- TBD: API Reference: See https://github.com/langflow-ai/openrag/issues/734 -->
|
||||||
|
|
@ -75,6 +75,11 @@ const sidebars = {
|
||||||
label: "Chat",
|
label: "Chat",
|
||||||
},
|
},
|
||||||
"reference/configuration",
|
"reference/configuration",
|
||||||
|
{
|
||||||
|
type: "doc",
|
||||||
|
id: "reference/api-sdk-overview",
|
||||||
|
label: "APIs and SDKs",
|
||||||
|
},
|
||||||
"support/contribute",
|
"support/contribute",
|
||||||
"support/troubleshoot",
|
"support/troubleshoot",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue