Storia-AI/sage

[FEATURE REQUEST] Add progress bar when indexing

开放

#59 创建于 2024年10月6日

 (9 条评论) (0 个反应) (0 位负责人)Python (116 个派生)auto 404
good first issuehacktoberfest🔥 difficulty: 1

仓库指标

星标
 (1,267 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. Indexing (especially local) can take a long time, which causes users to give up.

Describe the solution you'd like We should display a progress bar (e.g. via tqdm).

Additional context Each embedder will have a different way of calculating progress. For instance, with the OpenAIBatchEmbedder, we could have two bars: the first one for chunking + issuing indexing jobs, and the second one based on the status of indexing jobs. For the other synchronous embedders (e.g. Voyage, Gemini, Marqo), we'd just have one.

贡献者指南