Skip to content

Commit 4f73efb

Browse files
authored
Update the hybrid search notebook to showcase FT.HYBRID interface (#128)
* Install latest version of Redis for notebook * One more notebook to update * Remove incorrect version comparison * Update hybrid search notebook to show FT.HYBRID usage * Update hybrid search notebook to latest syntax * Install redisvl from main, until we can install from PyPi * Test notebooks with Redis 8.4 * Install redisvl 0.13.0 or newer from PyPi * Oops added a space I shouldn't have * Depends on redisvl>=0.13.1 (for botocore dependency fix) * Depends on redisvl>=0.13.2 (for botocore dependency fix)
1 parent e6b1a91 commit 4f73efb

File tree

2 files changed

+328
-1750
lines changed

2 files changed

+328
-1750
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
services:
8989
redis:
90-
image: redis:8.0-M03
90+
image: redis:8.4
9191
ports:
9292
- 6379:6379
9393

0 commit comments

Comments
 (0)