File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " style =" margin-bottom : 20px ;" >
2
- <div><img src="https://raw.githubusercontent.com/redis/redis-vl-python/main/docs/_static/Redis_Logo_Red_RGB.svg" style="width: 250px ; margin-bottom: 20px;"></div>
2
+ <div><img src="https://raw.githubusercontent.com/redis/redis-vl-python/main/docs/_static/Redis_Logo_Red_RGB.svg" style="max- width: 200px ; margin-bottom: 20px;"></div>
3
3
<h1>🔥 Vector Library</h1>
4
4
</div >
5
5
Original file line number Diff line number Diff line change 17
17
},
18
18
{
19
19
"cell_type" : " code" ,
20
- "execution_count" : 30 ,
20
+ "execution_count" : 1 ,
21
21
"metadata" : {},
22
22
"outputs" : [
23
23
{
24
24
"name" : " stdout" ,
25
25
"output_type" : " stream" ,
26
26
"text" : [
27
- " \u001b [32m18:12:25 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.3.9 \n "
27
+ " \u001b [32m16:19:10 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.4.0 \n "
28
28
]
29
29
}
30
30
],
390
390
"name" : " python" ,
391
391
"nbconvert_exporter" : " python" ,
392
392
"pygments_lexer" : " ipython3" ,
393
- "version" : " 3.12 .2"
393
+ "version" : " 3.13 .2"
394
394
}
395
395
},
396
396
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " redisvl"
3
- version = " 0.3.9 "
3
+ version = " 0.4.0 "
4
4
description = " Python client library and CLI for using Redis as a vector database"
5
5
authors = [
" Redis Inc. <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.9 "
1
+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments