-
Notifications
You must be signed in to change notification settings - Fork 189
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
fix: need to upgrade version of team-ai sdk #12690
Conversation
Fx-core feat commits: CLI feat commits: Extension-toolkit feat commits: SDK feat commits: SDK React feat commits: .Net SDK feat commits: Fx-core fix commits: CLI fix commits: Extension-toolkit fix commits: SDK fix commits: SDK React fix commits: .Net SDK fix commits: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12690 +/- ##
=======================================
Coverage 90.03% 90.03%
=======================================
Files 576 576
Lines 34184 34184
Branches 6818 6777 -41
=======================================
Hits 30779 30779
Misses 1499 1499
Partials 1906 1906 |
Fx-core feat commits: CLI feat commits: Extension-toolkit feat commits: SDK feat commits: SDK React feat commits: .Net SDK feat commits: Fx-core fix commits: CLI fix commits: Extension-toolkit fix commits: SDK fix commits: SDK React fix commits: .Net SDK fix commits: |
Fx-core feat commits: CLI feat commits: Extension-toolkit feat commits: SDK feat commits: SDK React feat commits: .Net SDK feat commits: Fx-core fix commits: CLI fix commits: Extension-toolkit fix commits: SDK fix commits: SDK React fix commits: .Net SDK fix commits: |
Fx-core feat commits: CLI feat commits: Extension-toolkit feat commits: SDK feat commits: SDK React feat commits: .Net SDK feat commits: Fx-core fix commits: CLI fix commits: Extension-toolkit fix commits: SDK fix commits: SDK React fix commits: .Net SDK fix commits: |
@@ -55,6 +55,9 @@ This app template also demonstrates usage of techniques like: | |||
Upload new documents succeeded. If they do not exist, wait for several seconds... | |||
setup finished | |||
``` | |||
1. After creating index, please go to your index portal page to set the `descriptionVector` field as retrievable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In our setup.py, descriptionVector field is not default set to "retrievable" anymore. Maybe it is because the latest upgrade of azure.search.document to 11.5.2 on Oct.31. But only downgrading the package doesn't work.
The current workaround is to tell users in Readme to manually set the field as retrievable.
workitem: https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/30173015
Along with some import fixes