You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be tested by the existing image_search_example example. It's using customized code to send image to LLM now. We should be able to replace it with the ExtractByLlm function.
❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like I'm working on it or Can I work on this issue? to avoid duplicating work. Our Discord server is always open and friendly.
The text was updated successfully, but these errors were encountered:
Currently our LLM interface and
ExtractByLlm
builtin function only supports text prompt. We want it to support image inputs too.LlmGenerateRequest
to accept image bytes as input:cocoindex/src/llm/mod.rs
Line 34 in f368a9a
ExtractByLlm
function to accept an optional image as inputimage_search_example
example. It's using customized code to send image to LLM now. We should be able to replace it with theExtractByLlm
function.❤️ Contributors, please refer to 📙Contributing Guide.
Unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like
I'm working on it
orCan I work on this issue?
to avoid duplicating work. Our Discord server is always open and friendly.The text was updated successfully, but these errors were encountered: