pgvector / pgvector-python

pgvector support for Python
MIT License
951 stars 63 forks source link

Update hybrid_search.py #76

Closed amitca71 closed 4 months ago

amitca71 commented 4 months ago

convert the embedding to json, otherwise it fails with an error that it cant converts numpy array to string

amitca71 commented 4 months ago

without this fix the execution fails

ankane commented 4 months ago

Hi @amitca71, the example works fine.