Skip to content

Commit 4c7f492

Browse files
docs: create documentation site with docusaurus (#17)
1 parent 5c6855f commit 4c7f492

25 files changed

Lines changed: 475 additions & 0 deletions

docs/docs-site/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Dependencies
2+
/node_modules
3+
/package-lock.json
4+
5+
# Production
6+
/build
7+
8+
# Generated files
9+
.docusaurus
10+
.cache-loader
11+
12+
# Misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

docs/docs-site/docs/guide/Apache Beam.md

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Conceptual guide",
3+
"position": 4,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}

docs/docs-site/docs/guide/langchain-beam PTransform.md

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "How-to guides",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# how to use LangchainBeam Ptransfrom

docs/docs-site/docs/integrations/OpenAI.md

Whitespace-only changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Integrations",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index"
6+
}
7+
}

docs/docs-site/docs/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Introduction
6+
7+
Integrates **LLMs as PTransform** into Apache Beam pipeline using langchain
8+
9+
![Langchain-Beam Workflow](../static/img/small.png)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Tutorials",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "5 minutes to learn the most important Docusaurus concepts."
7+
}
8+
}

0 commit comments

Comments
 (0)