Python | How to pass multiple images and refer it in user message #12433
Unanswered
pintuiitbhi
asked this question in
Q&A
Replies: 2 comments
-
Also what if we have large xlsx or csv files path then what should be the approach. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @pintuiitbhi, we have an You'd want to be able to format that appropriate content type, and when the messages are formed to send to the model, it will properly handle the information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My use case is something like this:
User provides a json content (data). eg
Now the ChatCompletionAgent should read this image. But it is not working.
What is the current approach to handle such use case?
I tried to create a ImageReaderPlugin and added to Kernel but it gets token max limit when sending to llm api.
Beta Was this translation helpful? Give feedback.
All reactions