GITBOOK-60: No subject

doc/update-nodes-doc
vincehe 2024-04-08 08:43:06 +00:00 committed by gitbook-bot
parent 4f004d8824
commit e7fdc1b087
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
21 changed files with 76 additions and 0 deletions

View File

@ -41,6 +41,26 @@
* [Prompting Expert Mode](features/prompt-engineering/README.md)
* [Prompt Template](features/prompt-engineering/prompt-template.md)
* [Workflow](features/workflow/README.md)
* [Concept](features/workflow/concept.md)
* [Node](features/workflow/node/README.md)
* [Start](features/workflow/node/start.md)
* [End](features/workflow/node/end.md)
* [Answer](features/workflow/node/answer.md)
* [LLM](features/workflow/node/llm.md)
* [Knowledge Retrieval](features/workflow/node/knowledge-retrieval.md)
* [Question Classifier](features/workflow/node/question-classifier.md)
* [IF/ELSE](features/workflow/node/if-else.md)
* [Code](features/workflow/node/code.md)
* [Template](features/workflow/node/template.md)
* [Variable Assigner](features/workflow/node/variable-assigner.md)
* [HTTP Request](features/workflow/node/http-request.md)
* [Tools](features/workflow/node/tools.md)
* [Preview\&Run](features/workflow/preview-and-run/README.md)
* [Log](features/workflow/preview-and-run/log.md)
* [Checklist](features/workflow/preview-and-run/checklist.md)
* [History](features/workflow/preview-and-run/history.md)
* [Publish](features/workflow/publish.md)
* [RAG (Retrieval Augmented Generation)](features/retrieval-augment/README.md)
* [Hybrid Search](features/retrieval-augment/hybrid-search.md)
* [Rerank](features/retrieval-augment/rerank.md)

View File

@ -0,0 +1,2 @@
# Workflow

View File

@ -0,0 +1,2 @@
# Concept

View File

@ -0,0 +1,2 @@
# Node

View File

@ -0,0 +1,6 @@
---
description: Answer
---
# Answer

View File

@ -0,0 +1,2 @@
# Code

View File

@ -0,0 +1,2 @@
# End

View File

@ -0,0 +1,2 @@
# HTTP Request

View File

@ -0,0 +1,2 @@
# IF/ELSE

View File

@ -0,0 +1,2 @@
# Knowledge Retrieval

View File

@ -0,0 +1,2 @@
# LLM

View File

@ -0,0 +1,2 @@
# Question Classifier

View File

@ -0,0 +1,2 @@
# Start

View File

@ -0,0 +1,2 @@
# Template

View File

@ -0,0 +1,2 @@
# Tools

View File

@ -0,0 +1,2 @@
# Variable Assigner

View File

@ -0,0 +1,2 @@
# Preview\&Run

View File

@ -0,0 +1,6 @@
---
description: Checklist
---
# Checklist

View File

@ -0,0 +1,6 @@
---
description: History
---
# History

View File

@ -0,0 +1,6 @@
---
description: Log
---
# Log

View File

@ -0,0 +1,2 @@
# Publish