Code coloring
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ The model was created by fine-tuning [Herbert base cased](https://huggingface.co
|
|
19 |
|
20 |
It is the easiest to use the model with the [Haystack framework](https://haystack.deepset.ai/overview/intro).
|
21 |
|
22 |
-
```
|
23 |
from haystack.document_stores import FAISSDocumentStore
|
24 |
from haystack.retriever import DensePassageRetriever
|
25 |
|
|
|
19 |
|
20 |
It is the easiest to use the model with the [Haystack framework](https://haystack.deepset.ai/overview/intro).
|
21 |
|
22 |
+
```python
|
23 |
from haystack.document_stores import FAISSDocumentStore
|
24 |
from haystack.retriever import DensePassageRetriever
|
25 |
|