Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Created July 7, 2025 03:41
Show Gist options
  • Select an option

  • Save limcheekin/ef3406f8770a80a9baccaf9e7cffcd9e to your computer and use it in GitHub Desktop.

Select an option

Save limcheekin/ef3406f8770a80a9baccaf9e7cffcd9e to your computer and use it in GitHub Desktop.
snowflake-arctic-embed-l-v2.0 localai model config
name: snowflake-arctic-embed-l-v2.0
backend: llama-cpp
embeddings: true
parameters:
model: snowflake-arctic-embed-l-v2.0.F16.gguf
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