Skip to content

Add support for URL input to Runtime Image #286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
malgamves opened this issue Apr 10, 2025 · 0 comments
Open

Add support for URL input to Runtime Image #286

malgamves opened this issue Apr 10, 2025 · 0 comments

Comments

@malgamves
Copy link

Currently, running a generative search with an image input doesn't support URLs as in input parameter...

i.e

response = await myCollection.generate.nearText("Movies", {
  groupedTask: {
    prompt: "Which movie is closest to the image in terms of atmosphere",
    images: [base64String],      // A list of base64 encoded strings of the image bytes
    // imageProperties: ["img"], // Properties containing images in Weaviate
}
  config: generativeParameters.anthropic({
    maxTokens: 1000
  }),
}, {
  limit: 5,
})

Could we support having a list of URLs as an input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant