langflow icon indicating copy to clipboard operation
langflow copied to clipboard

ValueError: Error building vertex Ollama

Open Chatelo opened this issue 10 months ago • 3 comments

Running langflow on my Macbook Pro here is the issue on my terminal: Screenshot 2024-04-23 at 16 35 27

I run into issue setting up the model. Actually I have llama3 in my machine which I have been using with Webui and I thought I should try out langflow after watching this tutorial

Chatelo avatar Apr 23 '24 13:04 Chatelo

It seems that the API endpoint was not provided to the Ollama component. You should check if the default values (localhost) and the port of the currently running Ollama are properly connected. Have you provided the same settings in the Ollama component as you used in the WebUI?

YamonBot avatar Apr 24 '24 10:04 YamonBot

Thank you @yamonkjd. I fixed with provided local url.

Chatelo avatar Apr 28 '24 09:04 Chatelo

so what did you write in the URL? was it somewhat in the docker and it is not the issue?

qwaszaq avatar Apr 30 '24 12:04 qwaszaq

Under advanced there is an option to enable the base URL input field image

superdwayne avatar May 22 '24 11:05 superdwayne