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 合併指標
 (30 天內沒有已合併 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.

貢獻者指南