vector-knn-limit.mjs
5 lines 189 B
Raw
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge Human 1 day ago
1 /**
2 * Qdrant default maximum k for search (larger values return 400).
3 * sqlite-vec Hub path uses the same cap so behavior matches across backends.
4 */
5 export const MAX_VECTOR_KNN = 4096;
File History 1 commit
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge Human 1 day ago