Feature: openai embedding function returns None if the result is not valid
Author: eddyxuCreated Sep 20, 2024Updated Sep 14, 2026
Labelsenhancementgood first issuehelp wanted
SDK
Python
Description
Be able to handle error easier, we can
- Set the return embedding as None
- logging the line where it is error.
- Allow user either drop the row or store the row with None embedding, so users can later to rerun the ingestion with filter
vector_column == null
Source: lancedb/lancedb