python-vector icon indicating copy to clipboard operation
python-vector copied to clipboard

getting an error

Open legaltextai opened this issue 2 years ago • 0 comments

after await vec.create_tables() or await vec.upsert([ (uuid.uuid4(), '''{"animal":"fox"}''', "the brown fox", [1.0,1.3]), (uuid.uuid4(), '''{"animal":"fox", "action":"jump"}''', "jumped over the", [1.0,10.8]), ])`` i am getting an error: ValueError: invalid literal for int() with base 10: 'P' ```

legaltextai avatar Nov 21 '23 11:11 legaltextai