googleapis / python-firestore

Apache License 2.0
212 stars 70 forks source link

Instance of 'Vector' has no 'value' member; maybe '_value'? #904

Closed pr-Mais closed 3 months ago

pr-Mais commented 3 months ago

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

If you are still having issues, please be sure to include as much information as possible:

Environment details

Steps to reproduce

Run the following:

vector = Vector(TEST_EMBEDDING)
print(vector)