vscode-openai icon indicating copy to clipboard operation
vscode-openai copied to clipboard

I couldn't find the answer to that question in your files.

Open codeitlikemiley opened this issue 1 year ago • 3 comments

I tried using the Query Resources I uploaded a pdf file

this is the log on output:

2024-09-09 05:29:24.139 [info]		file_information - event properties
{
  "path": "/Users/uriah/Downloads/StrengthsFinder.pdf",
  "extension": "pdf",
  "mimetype": "application/pdf",
  "length": "142128"
}
Screenshot 2024-09-09 at 1 32 39 PM

I already have created the necessary deployment on azure for both chat completion and embeddings.

Screenshot 2024-09-09 at 1 33 22 PM

The chat completions works

Screenshot 2024-09-09 at 1 34 21 PM

Im pretty sure that we are really making request to the embeddings model as i get request log on dashboard

Screenshot 2024-09-09 at 1 38 03 PM

I dont know what is causing this issue

Do you guys have any idea?

Or if possible share your set up on azure , add that documentation as well on the repository so others might read it

codeitlikemiley avatar Sep 09 '24 05:09 codeitlikemiley