ErrLookup › VectifyAI/PageIndex

VectifyAI/PageIndex

· — · 94 source files

Analyzed at afb5e11976 on 2026-08-27. 39 documented errors.

Code / MessageTypeSeverityTags
chat is an empty string — pass a model name, or "cloud" for
validation error config, chat, empty-argument
chat is an empty dict — chat takes "model" and "backend" (yo
validation error config, chat, empty-argument
Unknown chat keys ({keys}) — chat takes "model" and "backend
validation error config, chat, unknown-keys, typo
chat declares mode "cloud" but carries ({keys}) — the manage
validation error config, chat, conflicting-options
chat must be a string or a dict.
validation error config, chat, type-error
api_key is an empty string. Pass a real PageIndex API key fo
validation error config, api-key, empty-argument, environment
model= sets both roles at once, so no slot can absorb it — n
validation error config, conflicting-options, model
index= and the flat index-side arguments ({args}) are two sp
validation error config, index, duplicate-arguments
chat= and the flat chat-side arguments ({args}) are two spel
validation error config, chat, duplicate-arguments
mode="local" disagrees with index= — that index selects clou
validation error config, mode, local-vs-cloud
Failed to delete document: Document not found.
exception error pageindex, local-mode, delete, not-found, idempotency
limit must be between 1 and 100
validation error pageindex, pagination, validation, valueerror
offset must be non-negative
validation error pageindex, pagination, validation, valueerror
Failed to list documents: folders are not supported in local
exception error pageindex, local-mode, folders, unsupported-feature
doc_id must be a string or a list of strings.
exception error pageindex, chat, doc-id, type-validation
system message content must be a string or a list of text pa
exception error pageindex, chat, system-message, validation
messages must be a non-empty list.
exception error pageindex, chat, messages, validation
Each message must be a dict with 'role' and 'content'.
exception error pageindex, chat, messages, role, validation
chat_completions content must be a string; for structured it
exception error pageindex, chat, content-parts, validation
Unsupported role for chat_completions: {role!r}. Tool histor
exception error pageindex, chat, role, validation, tool-history
messages must contain a user or assistant message.
exception error pageindex, chat, messages, validation
{method} with your own chat model requires the OpenAI Agents
exception error pageindex, chat, missing-dependency, openai-agents, pip
responses() cannot drive '{model_name}': provider-prefixed m
exception error pageindex, responses-api, litellm, model-name, routing
The OpenAI backend is not configured: {exc}
exception error pageindex, openai, configuration, api-key, backend
messages drives your own chat model and requires the Anthrop
exception error anthropic, dependency, install, sdk
messages requires anthropic >= 0.108.0 (the tool runner with
exception error anthropic, version, sdk, upgrade
The Anthropic backend is not configured: {exc}
exception error anthropic, config, backend, typeerror
system must be a string or a list of blocks.
validation error anthropic, validation, system-prompt, type-error
messages must be a non-empty string or a list of message dic
validation error validation, messages, input, anthropic
The Anthropic backend is not configured: set the ANTHROPIC_A
exception error anthropic, auth, api-key, credentials, env-var
The model returned no response.
exception error anthropic, empty-response, model, retry
Invalid doc_id: {doc_id!r}
validation error doc-id, validation, local-store, path-safety
Unsupported PDF parser: {pdf_parser}
validation error config, pdf, invalid-argument, validation
Summary generation failed for all nodes (every summary call
exception error llm, summaries, empty-response, all-failed
Unknown config keys: {unknown_keys}
validation error config, validation, unknown-key, typo
user_opt must be dict, config(SimpleNamespace) or None
validation error config, typeerror, invalid-argument
Document "{os.path.basename(file_path)}" was stored as "{sto
console warning upload, filename, warning, rename
optimize_expand is deprecated: pass optimize='full', 'merge'
console warning deprecation, optimize, api-migration, flash
CHATGPT_API_KEY is deprecated — set OPENAI_API_KEY instead.
console warning env-var, api-key, deprecation, openai