ErrLookup › cocoindex-io/cocoindex
cocoindex-io/cocoindex
Incremental engine for long horizon agents 🌟 Star if you like it! · Rust · 290 source files
Analyzed at e84aa99b32 on 2026-09-08. 281 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| {identifier_type} cannot be empty | validation | error | postgres, sql, validation, identifier |
| memo_key transform for **kwargs must return dict, got {type( | exception | error | memoization, type-error, decorator-config |
| Unsupported type for TypeChecker: {tp} | exception | error | python, type-validation, internal-api |
| build_node_index_drop requires at least one field | validation | error | cypher, falkordb, index, delete |
| CocoIndex timeout deadline exceeded | exception | error | python, timeout, retry, deadline |
| Unknown extension code: {code} | exception | error | python, serialization, msgpack, corrupt-data |
| Failed to deserialize pickle payload ({_error_context()}) | exception | error | python, serialization, pickle, security |
| Invalid vector dimension for {name!r}: {vector_schema.size} | exception | error | python, validation, vector, zvec |
| Memo state function returned an awaitable from a sync contex | exception | error | python, asyncio, event-loop, memoization |
| Invalid collection name {name!r}: zvec requires at least {_M | exception | error | python, validation, naming, zvec |
| Unsupported LanceDB column action for in-place evolution: {a | validation | error | lancedb, schema-evolution, unsupported-operation |
| Invalid vector dimension: {vector_schema.size} | validation | error | doris, numpy, vector, validation |
| Failed importing file '{app_path}': {e} | exception | error | python, import, cli, app-loading |
| Invalid vector definition: {vectors} | validation | error | qdrant, validation, vector-schema |
| Invalid pgvector dimension: {vector_schema.size} | validation | error | python, pgvector, configuration, validation |
| ZvecFtsType on column {name!r} requires a str field, got {ty | exception | error | python, validation, type-mismatch, zvec |
| Failed to deserialize pydantic payload ({_error_context()}) | exception | error | python, serialization, pydantic, validation |
| num_gpus must be >= 1, got {num_gpus} | validation | error | python, gpu, validation, value-error |
| Cannot deserialize msgspec payload ({_error_context()}) | exception | error | python, serialization, msgpack, type-hints |
| Column {name!r} cannot combine ZvecFtsType with ZvecType. | exception | error | python, validation, annotations, zvec |
| resolve_pair returned matched={decision.matched!r}, which is | exception | error | python, contract-violation, entity-resolution, callback |
| COCOINDEX_RUN_GPU_IN_SUBPROCESS=1 with num_gpus={pool.num_gp | console | warning | gpu, subprocess, cuda, configuration, python |
| Row {row.id!r}: schema declares named vectors ({sorted(vecto | exception | error | python, vector, schema-mismatch, turbopuffer |
| VectorDef schema must implement VectorSchemaProvider: {vecto | exception | error | python, protocol, vector, valkey |
| Column '{column}' has PostgreSQL type '{pg_type}', which is | validation | error | postgres, pgvector, vector-index, schema |
| Failed to deserialize msgspec payload ({_error_context()}) | exception | error | python, serialization, msgpack, schema-change |
| @serialize_by_pickle on {cls.__qualname__} (a {'dataclass' i | console | warning | serialization, msgspec, pickle, decorator, python |
| Primary key {schema.primary_key!r} value cannot be None. | exception | error | python, primary-key, null-value, vector-database |
| use_mount() requires a ComponentSubpath when the function ha | exception | error | python, api-misuse, missing-argument |
| apache-iggy is required to use the Iggy connector. Please in | exception | error | iggy, import, optional-dependency, installation |
| invalid exclude_reference_patterns regex | panic | critical | rust, regex, panic, config |
| Unsupported metric type: {metric!r} | exception | error | python, vector-database, invalid-enum, metric |
| build_relationship_index_create requires at least one field | validation | error | neo4j, cypher, validation, empty-argument |
| Unsupported quantize type: {quantize!r} | exception | error | python, vector-database, invalid-enum, quantization |
| build_relationship_index_create requires at least one field | validation | error | cypher, falkordb, index, relationship |
| {type(obj).__name__} cannot be used as a memoization key. Th | exception | error | python, memoization, type-error |
| record_type must be a record type (dataclass, NamedTuple, Py | exception | error | python, type-mismatch, sqlite, validation |
| build_relationship_upsert requires PK fields for from, to, a | validation | error | cypher, falkordb, relationship, primary-key |
| Invalid Qdrant point ID {raw!r}: out of unsigned 64-bit rang | validation | error | qdrant, point-id, validation |
| VectorSchemaProvider only supported for ndarray. Got: {pytho | validation | error | doris, vector, type-mismatch, schema |
| Unsupported field type: {field_def.type!r} | exception | error | python, schema, index, valkey |
| record_type must be a record type (dataclass, NamedTuple, Py | exception | error | python, snowflake, type-validation |
| Invalid FalkorDB {kind}: {name!r}. Must match [a-zA-Z_][a-zA | validation | error | cypher, validation, falkordb, identifier |
| Invalid vector definition: {vector_def} | exception | error | python, schema, vector, turbopuffer |
| CodeAst is deprecated and now aliases CodeSource; use CodeSo | console | warning | deprecation, python, api-migration, rename |
| build_relationship_index_drop requires at least one field | validation | error | cypher, falkordb, index, relationship |
| Inconsistent cocoindex installation detected: - {p} Pytho | exception | critical | installation, import, environment, packaging |
| Invalid SurrealDB {kind}: {name!r}. Must match [a-zA-Z_][a-z | exception | error | surrealdb, identifier, validation, naming |
| Row {row.id!r}: missing vector fields {sorted(missing)}. | exception | error | python, vector, missing-field, turbopuffer |
| Unexpected column subkey format: {sub_key!r}, expected to st | exception | error | snowflake, internal-invariant, key-format |
| Failed importing '{full_module_name}' from package: {e} | exception | error | python, import, cli, module-loading |
| record_type must be a record type (dataclass, NamedTuple, Py | exception | error | neo4j, schema, type-error, dataclass |
| Unsupported type for memoization key: {type(obj)!r}. Provide | exception | error | python, memoization, pickle, type-error |
| expected {tp.__name__}{loc}, got {type(value).__name__}: {va | exception | error | python, type-checking, isinstance, validation |
| neo4j is required to use the Neo4j connector. Please install | exception | error | neo4j, import-error, dependency, optional-dependency |
| Unknown routing byte: {routing_byte:#x} ({_error_context()}) | exception | error | serialization, deserialization, data-corruption |
| Primary key column {primary_key!r} must be a scalar field, g | exception | error | python, vector-database, schema-validation, primary-key |
| expected {tp}{loc}, got {type(value).__name__} | exception | error | python, type-checking, tuple, validation |
| Invalid Neo4j database name: {database!r}. Must match [A-Za- | validation | error | neo4j, validation, identifier, config |
| record_type must be a record type (dataclass, NamedTuple, Py | exception | error | python, type-error, schema, surrealdb |
| Unexpected column subkey format: {sub_key!r}, expected to st | exception | error | postgres, internal-state, subkey-format |
| Failed to load module '{app_target}': {e} | exception | error | python, import, module, cli |
| Received an Iggy message for an untracked partition. Use an | exception | error | iggy, partition, streaming, state |
| retry_transient requires a positive timeout | exception | error | python, retry, timeout, validation |
| VectorSchemaProvider is required for NumPy ndarray type. | validation | error | neo4j, numpy, vector, schema |
| Row {row.id!r}: attribute name {k!r} is reserved. | exception | error | python, reserved-key, turbopuffer |
| sqlite-vec extension must be loaded for vec0 virtual tables. | exception | error | sqlite, sqlite-vec, vector, extension |
| Failed to replace column {col_name!r} in SQLite table {table | exception | error | sqlite, alter-table, schema-migration, sql |
| Partition key columns not in schema: {invalid_partition} | exception | error | sqlite, schema-validation, vec0, config |
| change fingerprint {fp} is present in a cached memo entry bu | exception | error | memoization, internal-invariant, cache |
| Invalid dtype specification: {dtype_spec} | exception | error | python, numpy, typing, dtype |
| {label} must contain only alphanumeric characters, hyphens, | exception | error | python, validation, naming, valkey |
| retry_transient requires max_attempts >= 1 | exception | error | python, retry, validation |
| Environment::provide_key({}): {e} | panic | critical | rust, panic, fingerprint, context |
| expected tuple of length {expected_len}{loc}, got length {le | exception | error | python, type-checking, tuple, arity |
| build_constraint_create requires at least one field | validation | error | neo4j, cypher, validation, empty-argument |
| timeout() requires a datetime.timedelta | exception | error | python, timeout, type-error |
| VectorSchemaProvider is required for NumPy ndarray type. | validation | error | python, falkordb, vector, schema |
| Environment::provide: type `{}` has already been provided | panic | critical | rust, panic, environment, dependency-injection |
| Turbopuffer vectors only support float32 or float16, got {dt | exception | error | python, dtype, vector, turbopuffer |
| Unexpected column subkey format: {sub_key!r}, expected to st | exception | error | sqlite, internal, schema-migration |
| aiobotocore is required to use the Amazon S3 source connecto | exception | error | python, s3, dependency, import |
| Invalid Snowflake {kind}: {name!r} | exception | error | snowflake, sql-injection, identifier-validation |
| Invalid Qdrant point ID {raw!r}: strings must be UUIDs. {_PO | exception | error | qdrant, point-id, uuid |
| Unexpected column subkey format: {sub_key!r}, expected to st | validation | error | python, lancedb, internal, state-format |
| VectorSchemaProvider is only supported for NumPy ndarray typ | exception | error | neo4j, vector, type-mismatch, schema |
| with_base_url must be called before the connection is shared | panic | critical | rust, panic, arc, turbopuffer, test |
| Primary key column '{pk}' not found in columns: {list(self.c | exception | error | sqlite, schema, primary-key |
| {api_name}() is not allowed inside process_live; use operato | exception | error | python, live-component, forbidden-api |
| falkordb is required to use the FalkorDB connector. Please i | exception | error | python, import-error, optional-dependency, falkordb |
| Unexpected column subkey format: {sub_key!r}, expected to st | validation | error | bigquery, internal, schema |
| confluent_kafka is required to use the Kafka connector. Plea | exception | error | python, kafka, optional-dependency, import-error |
| sqlite-vec extension required for {module_name} virtual tabl | exception | error | sqlite, sqlite-vec, vector, extension |
| Document key must be a string, got {type(key)} | exception | error | python, type-error, key, valkey |
| row is missing primary key field {self._primary_key!r} | validation | error | neo4j, validation, primary-key |
| while deserializing `{full_path}`: {inner} | exception | error | rust, serde, deserialization, schema |
| Vector field name {sorted(reserved)[0]!r} is reserved (it co | exception | error | python, naming, vector, turbopuffer |
| Unexpected error importing module '{app_target}': {e} | exception | error | python, import, runtime-error, cli |
| Primary key column '{pk}' not found in columns: {list(self.c | exception | error | snowflake, schema, primary-key |
| primary_key {primary_key!r} does not match schema's {table_s | validation | error | python, falkordb, primary-key, consistency |