Skip to content

Commit 4340dde

Browse files
committed
Bump pageindex to 0.3.0.dev1
Picks up the cloud add_document poll fix from VectifyAI/PageIndex#226, which switches the readiness signal from retrieval_ready to status == "completed".
1 parent c1a091f commit 4340dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
keywords = ["ai", "rag", "retrieval", "knowledge-base", "llm", "pageindex", "agents", "document"]
2828
dependencies = [
29-
"pageindex==0.3.0.dev0",
29+
"pageindex==0.3.0.dev1",
3030
"markitdown[all]",
3131
"click>=8.0",
3232
"watchdog>=3.0",

0 commit comments

Comments
 (0)