<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Overview on Docs</title>
    <link>https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/</link>
    <description>Recent content in Overview on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install RedisVL</title>
      <link>https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/installation/</guid>
      <description>&lt;p&gt;There are a few ways to install RedisVL. The easiest way is to use pip.&lt;/p&gt;&#xA;&lt;h2 id=&#34;install-redisvl-with-pip&#34; class=&#34;group relative&#34;&gt;&#xA;  Install RedisVL with Pip&#xA;  &lt;a href=&#34;#install-redisvl-with-pip&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Install &lt;code&gt;redisvl&lt;/code&gt; into your Python (&amp;gt;=3.9) environment using &lt;code&gt;pip&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The RedisVL CLI</title>
      <link>https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/cli/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/redisvl/0.13.0/overview/cli/</guid>
      <description>&lt;p&gt;RedisVL is a Python library with a dedicated CLI to help load and create vector search indices within Redis.&lt;/p&gt;&#xA;&lt;p&gt;This notebook will walk through how to use the Redis Vector Library CLI (&lt;code&gt;rvl&lt;/code&gt;).&lt;/p&gt;&#xA;&lt;p&gt;Before running this notebook, be sure to&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Have installed &lt;code&gt;redisvl&lt;/code&gt; and have that environment active for this notebook.&lt;/li&gt;&#xA;&lt;li&gt;Have a running Redis instance with the Search and Query capability&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# First, see if the rvl tool is installed&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;err&#34;&gt;!&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rvl&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;version&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;code&gt;11:20:38 [RedisVL] INFO   RedisVL version 0.8.2&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;commands&#34; class=&#34;group relative&#34;&gt;&#xA;  Commands&#xA;  &lt;a href=&#34;#commands&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Here&#39;s a table of all the rvl commands and options. We&#39;ll go into each one in detail below.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
