PromtEngineer / localGPT-Vision

Chat with your documents using Vision Language Models. This repo implements an End to End RAG pipeline with both local and proprietary VLMs
434 stars 89 forks source link

How to call the above example? #23

Open smileyboy2019 opened 1 week ago

smileyboy2019 commented 1 week ago

curl http://192.168.1.157:11434/api/embeddings -d '{ "model": "qwen2.5:7b", "prompt": "prompt" }' How to call the above example? Pass in the URL address: model name and prompt word, three parameters. Which method should be used

smileyboy2019 commented 1 week ago

image This logic is not implemented in the code