lancedb/lancedb

Feature: openai embedding function returns None if the result is not valid

Open

#1,677 opened on 2024年9月20日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)HTML (876 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (10,303 stars)
PR merge metrics
 (平均マージ 2d 17h) (30d で 82 merged PRs)

説明

SDK

Python

Description

Be able to handle error easier, we can

  1. Set the return embedding as None
  2. logging the line where it is error.
  3. 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

コントリビューターガイド