Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Last active April 18, 2025 06:09
Show Gist options
  • Select an option

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

Select an option

Save limcheekin/bcd5a6f36dfebb2454da5ad2d0edbd75 to your computer and use it in GitHub Desktop.
curl request for embeddings api
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-gguf"
}' | jq "."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment