mistral.rs icon indicating copy to clipboard operation
mistral.rs copied to clipboard

Implement Nomic Text Embed

Open EricLBuehler opened this issue 1 year ago • 1 comments

This PR implements our first embedding model: nomic-ai/nomic-embed-text-v1!

EricLBuehler avatar May 16 '24 21:05 EricLBuehler

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Dockerfile              1           34           25            0            9
 Happy                   1          442          369            0           73
 JSON                    5            9            9            0            0
 Python                 21          741          622           21           98
 TOML                   15          390          352            1           37
-------------------------------------------------------------------------------
 Jupyter Notebooks       1            0            0            0            0
 |- Markdown             1           60           30           22            8
 |- Python               1           96           87            1            8
 (Total)                            156          117           23           16
-------------------------------------------------------------------------------
 Markdown               15         1026            0          758          268
 |- BASH                 6          205          192            0           13
 |- Python               6          121          110            0           11
 |- Rust                 3          185          172            9            4
 (Total)                           1537          474          767          296
-------------------------------------------------------------------------------
 Rust                   80        26617        24483          340         1794
 |- Markdown            38          382            0          377            5
 (Total)                          26999        24483          717         1799
===============================================================================
 Total                 140        29259        25860         1120         2279
===============================================================================
  

github-actions[bot] avatar May 16 '24 21:05 github-actions[bot]