Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3590

Vectorization failed 404 http://host.docker.internal:11434/api/embed

$
0
0

Ohhhhh. :grimacing:

I believe we can improve this in Verba, properly joining the url paths here:

and here

Please, feel free to open an issue so we can tackle this. We are always open to contributions, specially those that improve DX.

This could prevent this issue:

from urllib.parse import urljoin
base_url = "https://example.com/"
relative_path = "/api/v1/users"
joined_url = urljoin(base_url, relative_path)

There are other models that can also suffer from this issue.

As I use a mac, I only run models on CPU. :frowning:
I will eventually get my hands on a proper GPU to play around with with some load :slight_smile:

If you are opening this issue, make sure to link to this thread for context!

Thanks!


Viewing all articles
Browse latest Browse all 3590

Trending Articles