-
### Bug Description
In BM25 retriever the corpus is built from nodes using the default argument to get_content() as shown below.
`self._corpus = [self._tokenizer(node.get_content()) for node in …
-
**What**
I've created a ticket on the Django forum: https://code.djangoproject.com/ticket/35421#ticket
Users were requesting it here: https://forum.djangoproject.com/t/elasticsearch-quality-inside…
-
🤖models
---
- [ ] iamai.models.BM25
🌎adapters
---
- [ ] #35
- [ ] #45
- [ ] #46
- [x] #48
📃 documentation
---
- [x] #194
- [x] #211
-
Running your code on the test200 benchmark gives me an error
dietz@jelly:~/datasci/code2/team1$ python ef_ranking_document_generate.py ../all.test200.cbor.outlines ...test200.cbor.paragraphs outpu…
-
**What**
This will make it easier for our users to self-host the ParadeDB extensions! They're the main repositories that `pgvector` publishes to.
**Why**
^
**How**
^
-
### What happens?
Hi, referencing this [Issue](https://github.com/duckdb/duckdb/issues/7384) that was closed.
Steps to reproduce error is the same as such I have copied over the steps.
The foll…
-
## Checks for [pkgsimil (v0.1.2.043)](https://github.com/ropensci-review-tools/pkgsimil)
git hash: [040d4b8f](https://github.com/ropensci-review-tools/pkgsimil/tree/040d4b8f4faf2c74c76ce5e179bfb6899f…
-
### API
C++
### Description
# Installation and Loading
Like other extensions, FTS must be installed and loaded by:
```
INSTALL FTS;
LOAD FTS;
```
# Create FTS:
```
create_fts_index(…
-
I suggest to add a function to bind BM25 score *(which is based on a probabilistic term weighting model)*. It is useful in some cases as it gives control over:
- Term frequency saturation
- Docume…
-
I am trying to use SDM and BM25 with CEDR, by following the docs, but I think I'm missing something.
```
SDM = pt.rewrite.SDM()
BM25 = pt.BatchRetrieve(indexref, controls={"wmodel" : "BM25"}, ver…