Azure open ai chat assistants
Harichandana Vegesna
40
Reputation points
I am using azure open ai chat assistance to read the data from uploaded documents. I have created Nodejs api to connect to assistants and capture the response. But I am facing issue to while uploading the file to existing vector_id.
Error: Error uploading files: Cannot read properties of undefined (reading 'file_batches')
Followed : https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/file-search?tabs=python And also took reference of sample code given in assistants.
Can you guide me how I can resolve this issue.
Sign in to answer