* fix: stop top_k=0 from reaching Turbopuffer on message search HONCHO-19Q: dreamer search_messages passed LLM limit=0 through to Turbopuffer (top_k must be 1..10000). #970 guarded documents; this closes the message path and floors tool limits at 1. * fix: preserve pgvector None sentinel on zero top_k query_external_vector_document_ids must return None when on the pgvector path before applying the top_k<=0 empty-list guard. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_lancedb.py | ||
| test_namespace_dim_probes.py | ||
| test_turbopuffer.py | ||