[improvement][chat]Rename SemanticLayer to SemanticInterpreter

This commit is contained in:
jerryjzhang
2023-10-08 09:30:10 +08:00
parent 99ac17a5e4
commit b565b9c4e5
27 changed files with 86 additions and 86 deletions

View File

@@ -40,7 +40,7 @@ The high-level architecture and main process flow is as follows:
- **Semantic Corrector:** checks validity of extracted semantic information and performs correction and optimization if needed.
- **Semantic Layer:** performs execution according to extracted semantic information. It generates SQL queries and executes them against physical data models.
- **Semantic Interpreter:** performs execution according to extracted semantic information. It generates SQL statements and executes them against physical data models.
- **Chat Plugin:** extends functionality with third-party tools. The LLM is going to select the most suitable one, given all configured plugins with function description and sample questions.