CogitaveLearn

Knowledge check

Check your knowledge

Choose an answer to see why it is right or wrong.

JavaScript is off, so every explanation is shown at once.

  1. 01Cogitave Query runs BM25 and HNSW dense search in parallel rather than picking one. Why?

  2. 02Cogitave Query fuses BM25 and dense-vector results with Reciprocal Rank Fusion instead of a weighted sum of their raw scores. Why?

  3. 03After BM25 and dense results are fused by RRF, Cogitave Query applies a graph-aware rerank. What does that stage add that lexical and dense retrieval cannot see?

  4. 04An agent calls query_graph directly to pattern-match over the property graph. What makes that safe to expose, rather than a full query language?