Spaces:
Sleeping
Sleeping
Commit
·
f673b7f
1
Parent(s):
8f9e28d
fix: lint
Browse files
medrag_multi_modal/retrieval/colpali_retrieval.py
CHANGED
@@ -20,13 +20,13 @@ class CalPaliRetriever(weave.Model):
|
|
20 |
|
21 |
!!! example "Indexing Data"
|
22 |
First you need to install `Byaldi` library by Answer.ai.
|
23 |
-
|
24 |
```bash
|
25 |
uv pip install Byaldi>=0.0.5
|
26 |
```
|
27 |
-
|
28 |
Next, you can index the data by running the following code:
|
29 |
-
|
30 |
```python
|
31 |
import wandb
|
32 |
from medrag_multi_modal.retrieval import CalPaliRetriever
|
@@ -42,13 +42,13 @@ class CalPaliRetriever(weave.Model):
|
|
42 |
|
43 |
!!! example "Retrieving Documents"
|
44 |
First you need to install `Byaldi` library by Answer.ai.
|
45 |
-
|
46 |
```bash
|
47 |
uv pip install Byaldi>=0.0.5
|
48 |
```
|
49 |
-
|
50 |
Next, you can retrieve the documents by running the following code:
|
51 |
-
|
52 |
```python
|
53 |
import weave
|
54 |
|
|
|
20 |
|
21 |
!!! example "Indexing Data"
|
22 |
First you need to install `Byaldi` library by Answer.ai.
|
23 |
+
|
24 |
```bash
|
25 |
uv pip install Byaldi>=0.0.5
|
26 |
```
|
27 |
+
|
28 |
Next, you can index the data by running the following code:
|
29 |
+
|
30 |
```python
|
31 |
import wandb
|
32 |
from medrag_multi_modal.retrieval import CalPaliRetriever
|
|
|
42 |
|
43 |
!!! example "Retrieving Documents"
|
44 |
First you need to install `Byaldi` library by Answer.ai.
|
45 |
+
|
46 |
```bash
|
47 |
uv pip install Byaldi>=0.0.5
|
48 |
```
|
49 |
+
|
50 |
Next, you can retrieve the documents by running the following code:
|
51 |
+
|
52 |
```python
|
53 |
import weave
|
54 |
|