Skip to content

Commit 0000228

Browse files
author
DvirDukhan
authored
Merge branch 'master' into intershard_tls
2 parents 397f139 + a8695b9 commit 0000228

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ workflows:
385385
version: 2
386386
build_and_package:
387387
jobs:
388-
- lint
388+
- lint:
389+
<<: *on-any-branch
389390
- build-debian:
390391
<<: *on-any-branch
391392
<<: *after-linter

docs/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This introduction is intended to present the core concepts it uses and the funct
88
!!! important "Prerequisites"
99
Before diving into RedisAI please make sure that you are familiar with the basic concepts of machine learning and Redis.
1010

11+
This video will introduce you to RedisAI at a high level. Give it a watch, then keep reading for more details.
12+
13+
<iframe width="560" height="315" src="https://www.youtube.com/embed/gbiqF-eyTW4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
14+
1115
In broad strokes, RedisAI's looks as follows:
1216

1317
```

0 commit comments

Comments
 (0)