langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, model and vector store agnostic.

Home Page:http://www.langflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Error building vertex Ollama

Chatelo opened this issue · 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

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?

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

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

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