Skip to content

Commit

Permalink
Add Snowflake Artic Embed 2.0 model (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyaev authored Dec 18, 2024
1 parent 99f9fab commit 541e8ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llm-models.el
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ REGEX is a regular expression that can be used to identify the model, uniquely (
:capabilities '(embedding free-software) ;; Apache license
:context-length 8192
:regex "snowflake-artic-embed")
(make-llm-model
:name "Snowflake Artic Embed 2.0" :symbol 'snowflake-artic-embed2
:capabilities '(embedding free-software) ;; Apache license
:context-length 8192
:regex "snowflake-artic-embed2")
(make-llm-model
:name "Qwen 2.5" :symbol 'qwen-2.5
:capabilities '(generation tool-use) ;; Apache license for some variations only
Expand Down

0 comments on commit 541e8ec

Please sign in to comment.