Created
July 7, 2025 03:41
-
-
Save limcheekin/ef3406f8770a80a9baccaf9e7cffcd9e to your computer and use it in GitHub Desktop.
snowflake-arctic-embed-l-v2.0 localai model config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: snowflake-arctic-embed-l-v2.0 | |
| backend: llama-cpp | |
| embeddings: true | |
| parameters: | |
| model: snowflake-arctic-embed-l-v2.0.F16.gguf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl http://192.168.1.111:8880/embeddings -X POST -H "Content-Type: application/json" -d '{ | |
| "input": "This is testing message", | |
| "model": "snowflake-arctic-embed-l-v2.0" | |
| }' | jq "." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment