GITBOOK-60: No subject
parent
4f004d8824
commit
e7fdc1b087
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
# Workflow
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Concept
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Node
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
description: Answer
|
||||
---
|
||||
|
||||
# Answer
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Code
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# End
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# HTTP Request
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# IF/ELSE
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Knowledge Retrieval
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# LLM
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Question Classifier
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Start
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Template
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Tools
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Variable Assigner
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Preview\&Run
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
description: Checklist
|
||||
---
|
||||
|
||||
# Checklist
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
description: History
|
||||
---
|
||||
|
||||
# History
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
description: Log
|
||||
---
|
||||
|
||||
# Log
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Publish
|
||||
|
||||
Loading…
Reference in New Issue