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