Text-to-vector Test Refactoring#4419
Conversation
alessandrobenedetti
left a comment
There was a problem hiding this comment.
left a couple of minors, once fixed we can merge!
| androidx-lifecycle-runtimeCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" } | ||
| androidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } | ||
| androidx-lifecycle-viewModelNav3 = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "androidx-lifecycle" } | ||
| androidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } |
There was a problem hiding this comment.
suspicious, probably a mistake?
There was a problem hiding this comment.
No, this came out from ./gradlew tidy. My take is that the capital M changes the alphabetical order. The change has not been made by me personally
| ---- | ||
|
|
||
| Documentation Indexing time |
There was a problem hiding this comment.
was this originally a typo?
There was a problem hiding this comment.
I think yes (https://solr.apache.org/guide/solr/latest/query-guide/text-to-vector.html#:~:text=Documentation%20Indexing%20time), I changed it here to discuss
…ectorModelStore.java
There was a problem hiding this comment.
@nicolo-rinaldi managedModelStore or managedTextToVectorModelStore as for the document enrichment?
3df8074 to
7ea679b
Compare
alessandrobenedetti
left a comment
There was a problem hiding this comment.
I'll proceed to merge now
Description
It turned out that, after the refactoring, some functions and classes were not clear enough. Those have been change to address this issue.
Checklist
Please review the following and check all that apply:
mainbranch../gradlew check.