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
This should return all the vectors in the reference bringYourOwn1 and bringYourOwn2
What is the actual behavior?
Returns a dict where the keys are the source collection vector names and the values are empty.
Supporting information
I am still not sure if this is a bug or if this is me not using the library correctly.
As I would expect lots of people trying to get the vectors associated with a reference, but maybe others are using workaround just like I was.
Also I am fairly new to Go and gRPC, so it was an opportunity for me to deep dive into Weaviate code and managed to get Weaviate code running locally on my laptop and learning the basics of Go and gRPC which is really good. Also the fact that I managed to find that within a day shows that its easy for newbies to deep dive into weaviate code base.
I created a new draft pull request and with some guidance, I am happy add a couple tests for this.
How to reproduce this bug?
This would setup 2 collections with named vectors and query vectors on hasRef reference
What is the expected behavior?
This should return all the vectors in the reference
bringYourOwn1
andbringYourOwn2
What is the actual behavior?
Returns a dict where the keys are the source collection vector names and the values are empty.
Supporting information
I am still not sure if this is a bug or if this is me not using the library correctly.
As I would expect lots of people trying to get the vectors associated with a reference, but maybe others are using workaround just like I was.
Also I am fairly new to Go and gRPC, so it was an opportunity for me to deep dive into Weaviate code and managed to get Weaviate code running locally on my laptop and learning the basics of Go and gRPC which is really good. Also the fact that I managed to find that within a day shows that its easy for newbies to deep dive into weaviate code base.
I created a new draft pull request and with some guidance, I am happy add a couple tests for this.
#6278
Server Version
1.27.0
Weaviate Setup
Single Node
Nodes count
1
Code of Conduct
The text was updated successfully, but these errors were encountered: