The community member posted a question asking where they should direct their question. In the comments, another community member suggested that the current location is probably fine, although they are less familiar with the JavaScript-related aspects. Another community member acknowledged receiving a previous message.
The main issue being discussed is a TypeError: text.match is not a function error that the community member is encountering when using the "chat repo" to build on top of it, specifically when selecting the vision model and uploading an image and prompt. The community member has set all variables and created a blob connected from Vercel with Vercel KV, but is unsure why they are getting this error. Another community member responded that they are not sure and suggested the original poster share more of the traceback or call-stack, as it seems like a string is not being passed properly.
Im asking about the chat repo im using it to build on top of it llamaindex-chat heres my current problem, TypeError: text.match is not a function at _Tiktoken.encode
Which is an error that happens when you select the vision model and upload an image and prompt it. All variables are set and a blob created and connected from vercel with vercel kv as well do you happen to know why im getting this error?