-
I knew about hybrid retrieval. Recently I've heard BM25 mentioned a lot, let's try to use that. The question is how well ObjectBox will support that.
-
hi,
i want to run the code, but find: bm25 return none, i find the code:
def wiki_search(query, size=10):
pass
does it mean that the function is not implement? where can I find it?
-
bm25s.BM25 save and load methods crash as they generate / load json files with non-ASCII characters.
This can be fixed with something like:
bm25s.BM25.save method:
```python
with open(vocab_pa…
-
### Is this your first time submitting a feature request?
- [X] I have searched the existing issues, and I could not find an existing issue for this feature
- [ ] I am requesting a straightforward ex…
-
### What feature are you requesting?
Replace `paradedb.create_bm25` with `CREATE INDEX` for BM25 index creation.
### Why are you requesting this feature?
`paradedb.create_bm25` wraps `CREATE …
-
### What happens?
If I run the following query, I get the expected results in the `score` column:
```
SELECT description, rating, category, paradedb.score(id)
FROM mock_items
WHERE description …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello,
I am currently using the following configuration for the BM25 retriever:
``…
-
I've encountered issues while trying to reproduce the BM25 results mentioned in the documentation. I've faced the challenges:
How does the script handle files with more context than the tokenizer c…
-
This is a good starting point:
https://github.com/castorini/anserini/blob/master/src/main/resources/fuse_regression/beir-v1.0.0-robust04.flat.bm25.fuse.bge-base-en-v1.5.bge-flat-onnx.yaml
But I ha…
-
![Screenshot 2024-09-20 at 2 56 56 PM](https://github.com/user-attachments/assets/79803b44-fef3-45e4-984f-3ed84a5f8141)
https://github.com/anthropics/anthropic-cookbook/blob/main/skills/contextual-…