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
ValueError: Vector column vector has NaNs. Set on_bad_vectors='drop' to remove them, or set on_bad_vectors='fill' and fill_value=<value> to replace them.
If I edit .venv/lib/python3.12/site-packages/langroid/vector_store/lancedb.py and include on_bad_vectors='drop' under both calls to create_table - I get the following error:
TypeError: bad operand type for unary ~: 'NoneType'
The text was updated successfully, but these errors were encountered:
If I edit
.venv/lib/python3.12/site-packages/langroid/vector_store/lancedb.py
and includeon_bad_vectors='drop'
under both calls tocreate_table
- I get the following error:The text was updated successfully, but these errors were encountered: