Skip to content

Release prep for 0.7.0 #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 28 additions & 36 deletions docs/overview/cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:18 [RedisVL] INFO RedisVL version 0.5.2\n"
"16:41:26 [RedisVL] INFO RedisVL version 0.7.0\n"
]
}
],
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -99,14 +99,14 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:21 [RedisVL] INFO Index created successfully\n"
"16:43:40 [RedisVL] INFO Index created successfully\n"
]
}
],
Expand All @@ -117,15 +117,15 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:24 [RedisVL] INFO Indices:\n",
"19:16:24 [RedisVL] INFO 1. vectorizers\n"
"16:43:43 [RedisVL] INFO Indices:\n",
"16:43:43 [RedisVL] INFO 1. vectorizers\n"
]
}
],
Expand All @@ -136,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -168,14 +168,14 @@
},
{
"cell_type": "code",
"execution_count": 47,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:29 [RedisVL] INFO Index deleted successfully\n"
"16:43:50 [RedisVL] INFO Index deleted successfully\n"
]
}
],
Expand All @@ -186,14 +186,14 @@
},
{
"cell_type": "code",
"execution_count": 48,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:32 [RedisVL] INFO Indices:\n"
"16:43:53 [RedisVL] INFO Indices:\n"
]
}
],
Expand All @@ -213,14 +213,14 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:35 [RedisVL] INFO Index created successfully\n"
"16:43:55 [RedisVL] INFO Index created successfully\n"
]
}
],
Expand All @@ -232,15 +232,15 @@
},
{
"cell_type": "code",
"execution_count": 50,
"execution_count": 9,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:38 [RedisVL] INFO Indices:\n",
"19:16:38 [RedisVL] INFO 1. vectorizers\n"
"16:43:58 [RedisVL] INFO Indices:\n",
"16:43:58 [RedisVL] INFO 1. vectorizers\n"
]
}
],
Expand All @@ -251,7 +251,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -318,15 +318,15 @@
},
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:43 [RedisVL] INFO Indices:\n",
"19:16:43 [RedisVL] INFO 1. vectorizers\n"
"16:44:03 [RedisVL] INFO Indices:\n",
"16:44:03 [RedisVL] INFO 1. vectorizers\n"
]
}
],
Expand All @@ -346,32 +346,24 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:46 [RedisVL] ERROR Error 8 connecting to rediss:6379. nodename nor servname provided, or not known.\n"
]
}
],
"outputs": [],
"source": [
"# connect to rediss://jane_doe:password123@localhost:6379\n",
"!rvl index listall --user jane_doe -a password123 --ssl"
]
},
{
"cell_type": "code",
"execution_count": 54,
"execution_count": 13,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"19:16:49 [RedisVL] INFO Index deleted successfully\n"
"16:44:13 [RedisVL] INFO Index deleted successfully\n"
]
}
],
Expand All @@ -382,7 +374,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "redisvl-dev",
"display_name": "redisvl-VnTEShF2-py3.13",
"language": "python",
"name": "python3"
},
Expand All @@ -396,7 +388,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.0"
"version": "3.13.2"
}
},
"nbformat": 4,
Expand Down
Loading