Daniel
Daniel
According to this: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/api/requests/defineSubtitlesHandler.md#extra-parameters The argument "extra" passed to defineSubtitlesHandler should get a "filename" property however I'm getting undefined when trying to access it:  Is there any way around...
### LanceDB version _No response_ ### What happened? I'm using a reranker like this ```typescript const reranker = await lancedb.rerankers.RRFReranker.create(k) const results = await this.table.vectorSearch(queryVector.values).limit(k).rerank(reranker).toArray() ``` But there's no relevance...