File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
python-recipes/vector-search Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 707707 " Make sure you're running an up-to-date Redis version, which you can do with the docker command below."
708708 ]
709709 },
710- {
711- "cell_type" : " code" ,
712- "execution_count" : null ,
713- "metadata" : {},
714- "outputs" : [
715- {
716- "data" : {
717- "text/plain" : [
718- " '\\ n# NBVAL_SKIP\\ n%%sh\\ ndocker run -d --name redis -p 6379:6379 redis:8.0-M03\\ n'"
719- ]
720- },
721- "execution_count" : 23 ,
722- "metadata" : {},
723- "output_type" : " execute_result"
724- }
725- ],
726- "source" : [
727- " # NBVAL_SKIP\n " ,
728- " %%sh\n " ,
729- " docker run -d --name redis -p 6379:6379 redis:8.0-M03"
730- ]
731- },
732- {
733- "cell_type" : " code" ,
734- "execution_count" : 24 ,
735- "metadata" : {},
736- "outputs" : [],
737- "source" : [
738- " assert redisvl.__version__ >= '0.4.0'"
739- ]
740- },
741710 {
742711 "cell_type" : " code" ,
743712 "execution_count" : 25 ,
You can’t perform that action at this time.
0 commit comments