Carlos Rosas
commited on
Commit
•
8b9eee8
1
Parent(s):
eb24a69
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ This answer will also contain the excerpts of the documents used and the ID of t
|
|
66 |
|
67 |
### Example Usage
|
68 |
|
69 |
-
In this example, we will be using lancedb for the retrieval part.
|
70 |
|
71 |
```python
|
72 |
import lancedb
|
|
|
66 |
|
67 |
### Example Usage
|
68 |
|
69 |
+
In this example, we will be using lancedb for the retrieval part. You can use your preffered embedding model to create the embeddings together with Lancedb and add them to the database, and its hybrid search feature allows us to combine vector search with keyword search for better retrieval.
|
70 |
|
71 |
```python
|
72 |
import lancedb
|