add interpreter to graph (#1347)

### What problem does this PR solve?

#918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
KevinHuSh
2024-07-03 12:15:15 +08:00
committed by GitHub
parent f6159ee4d3
commit 7c9ea5cad9
9 changed files with 870 additions and 8 deletions

View File

@ -91,4 +91,9 @@ class FileSource(StrEnum):
KNOWLEDGEBASE = "knowledgebase"
S3 = "s3"
class CanvasType(StrEnum):
ChatBot = "chatbot"
DocBot = "docbot"
KNOWLEDGEBASE_FOLDER_NAME=".knowledgebase"