Program Stalls After Activating Comparison Section #9
Replies: 2 comments
-
Hey @emanuel-skai. I think I reproduced the issue here. TL;DR: reduce the number of docs (3-5 docs work fine, 7 docs work but quite slowly). A few more details:
We are actively working on improving this right now. We will be sure to let you know when the refactor is complete. And I hope that this at least unblocks you for now, and let us know if we can do anything to help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@emanuel-skai following up on this - we believe this has been fixed in the network. Please try again with the 0.2.1 SDK (nilup) release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been using a nada program to measure the Euclidean distance between an encoded query vector and 10 encoded documents as shown below:
The program works fine as long as the commented section is not executed. However, when I uncomment that section to calculate the closest distance index, the program seems to get stuck. This leads me to believe there might be an issue with the comparison operator.
I'm adding the test file I'm using for this program
test-euclidean-distance.zip
Beta Was this translation helpful? Give feedback.
All reactions