You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 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
Deploy application with azd up
Any log messages given by the failure
n/a
Expected/desired behavior
OS and Version?
Windows 10
azd version?
1.9.5
Versions
n/a
Mention any other details that might be useful
Integrated vectorization supports embedding v3 models now. I tried to set up the application with these environment variables (I have the model deployment called "embedding-3s" already):
So we'd need to update this repo to bring in the latest SDK version and verify everything still works as expected. If you have time to make that change, please consider making a PR. I don't know when I'll get to it.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Deploy application with
azd up
Any log messages given by the failure
n/a
Expected/desired behavior
OS and Version?
Windows 10
azd version?
1.9.5
Versions
n/a
Mention any other details that might be useful
Integrated vectorization supports embedding v3 models now. I tried to set up the application with these environment variables (I have the model deployment called "embedding-3s" already):
It seems to be working fine - the
prepdocs.py
finished with no issues and the indexer worked fine on my small test set of the documents.The skillset has a couple of
null
values fordimensions
andmodelName
fields, is it something that matters? I don't know enough about this...Maybe you can confirm if Embedding v3 models work fine and can be deployed with
prepdocs.py
correctly, and then update the documentation?The text was updated successfully, but these errors were encountered: