googleapis/python-firestore

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

pr-Mais opened this issue · 0 comments

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

  • OS type and version: macOS Sonoma 14.4.1
  • Python version: 3.11
  • pip version: 24.0
  • google-cloud-firestore version: 2.16.0

Steps to reproduce

Run the following:

vector = Vector(TEST_EMBEDDING)
print(vector)