(improvement)(Chat) llmSqlParser is adapted for tag mode, and rule parsing filters based on the dataset query type. (#804)

This commit is contained in:
lexluo09
2024-03-12 17:03:08 +08:00
committed by GitHub
parent c2316c944d
commit bcc0f9caa9
11 changed files with 72 additions and 66 deletions

View File

@@ -180,7 +180,10 @@
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-chroma</artifactId>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-azure-open-ai</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
@@ -195,7 +198,6 @@
<artifactId>hanlp</artifactId>
<version>${hanlp.version}</version>
</dependency>
</dependencies>
</project>