This is an automated email from the ASF dual-hosted git repository.

zclll pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 7c392e2d896 [Chore](nereids) Remove CopyStmt (#54526)
     add fc0ac1a6dc0 [Enhancement](llm) Support LLM_FILTER and LLM_SIMILARITY 
(#54512)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/llm/functions_llm.h           |  31 +++++--
 be/src/vec/functions/llm/llm_classify.h            |   4 +
 be/src/vec/functions/llm/llm_extract.h             |   4 +
 .../llm/{llm_fix_grammar.h => llm_filter.h}        |  21 +++--
 be/src/vec/functions/llm/llm_fix_grammar.h         |   4 +
 be/src/vec/functions/llm/llm_functions.cpp         |  36 ++++++++
 be/src/vec/functions/llm/llm_generate.h            |   4 +
 be/src/vec/functions/llm/llm_mask.h                |   4 +
 be/src/vec/functions/llm/llm_sentiment.h           |   4 +
 .../llm/{llm_translate.h => llm_similarity.h}      |  26 ++++--
 be/src/vec/functions/llm/llm_summarize.h           |   4 +
 be/src/vec/functions/llm/llm_translate.h           |   4 +
 be/src/vec/functions/simple_function_factory.h     |   4 +
 be/test/llm/build_prompt_test.cpp                  | 100 +++++++++++++++++++++
 .../doris/catalog/BuiltinScalarFunctions.java      |   6 +-
 .../llm/{LLMSummarize.java => LLMFilter.java}      |  29 +++---
 .../expressions/functions/llm/LLMFunction.java     |   6 --
 .../llm/{LLMTranslate.java => LLMSimilarity.java}  |  29 +++---
 .../expressions/visitor/ScalarFunctionVisitor.java |  10 +++
 .../suites/llm_p0/test_llm_functions.groovy        |   2 +
 20 files changed, 272 insertions(+), 60 deletions(-)
 copy be/src/vec/functions/llm/{llm_fix_grammar.h => llm_filter.h} (64%)
 copy be/src/vec/functions/llm/{llm_translate.h => llm_similarity.h} (55%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/llm/{LLMSummarize.java
 => LLMFilter.java} (72%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/llm/{LLMTranslate.java
 => LLMSimilarity.java} (73%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to