lancedb/lancedb

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

Open

#1.677 aberto em 20 de set. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (876 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (10.303 stars)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (82 fundiu PRs em 30d)

Description

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

Guia do colaborador