hey all. I’m getting a typescript error for this c...
# community-help
a
hey all. I’m getting a typescript error for this code example: https://typesense.org/docs/29.0/api/vector-search.html#re-ranking-hybrid-matches
Copy code
Object literal may only specify known properties, and 'rerank_hybrid_matches' does not exist in type 'MultiSearchRequestSchema | MultiSearchRequestWithPresetSchema'. (ts 2353)
Looked into the type definition files and could not find
rerank_hybrid_matches
in the interfaces for multisearch options.
āœ… 1
dependency mismatch between projects. nothing to see here šŸ™‚
āœ… 1