[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-17 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1356277738 Hey @epugh ! You can credit me as "Gabriel Magno". What about I create a readme file inside the "vectors" folder, explaining the utilization of the scripts? -- This is a

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-15 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1353235629 Hey @epugh! Yeah, at least from my side I think I have finished it. Sorry for not making that more clear 😅 By the way, sonatype complained about using lxml, but since we

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-09 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1344828965 Gradlew returned and error: ``` Execution failed for task ':solr:example:rat'. > Detected license header issues (skip with -Pvalidation.rat.failOnError=false): Unknown lice

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-09 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1344809165 Hey @epugh ! I've created a new model and have put the Python scripts that were used to create the model and calculate the films vectors inside a subfolder called `vectors`. --

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-05 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1337499929 Having a builtin model loader and vector encoder in Solr would be amazing! Regarding the current vector example, how about I recreate the vectors with the 1-algorithm solution (ex

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-05 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1337440280 @epugh for this version I combined two "example" models (BERT + item2vec), just to server as an example. If we are willing provide the instructions on how to create the models and

[GitHub] [solr] gabrielmagno commented on pull request #1213: SOLR-16574: Demonstrate Dense Vectors and KNN as part of the Films example

2022-12-05 Thread GitBox
gabrielmagno commented on PR #1213: URL: https://github.com/apache/solr/pull/1213#issuecomment-1337336214 I tried running `gradlew check`, but got an error that I don't think is related to the changes of this PR: ``` > Task :solr:solr-ref-guide:buildLocalAntoraSite FAILED /home/gab