Skip to content

Missed Embeddings in the 03-find-similar-articles.sql (line 19) Rest API URL #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MANOMAIDEN opened this issue Jul 14, 2023 · 1 comment

Comments

@MANOMAIDEN
Copy link

MANOMAIDEN commented Jul 14, 2023

Please provide us with the following information:

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful

The following line of code misses the keyword embeddings after . It is however present in the subsequent functions code etc. Its minor, I just wanted to acknowledge this good stuff and correct the error in the script
Replace
'https://.openai.azure.com/openai/deployments/?api-version=2023-03-15-preview'
with
'https://.openai.azure.com/openai/deployments//embeddings?api-version=2023-03-15-preview'


Thanks! We'll be in touch soon.

@yorek
Copy link
Contributor

yorek commented Apr 15, 2024

Thanks, PR #1 fixed this.

@yorek yorek closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants