<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Guides on Docs</title>
    <link>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/</link>
    <description>Recent content in Guides on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Started</title>
      <link>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/getting_started/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/getting_started/</guid>
      <description>&lt;p&gt;RedisVL is a Python library with an integrated CLI for building AI applications with Redis. This guide covers the core workflow:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Defining an &lt;code&gt;IndexSchema&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Preparing a sample dataset&lt;/li&gt;&#xA;&lt;li&gt;Creating a &lt;code&gt;SearchIndex&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Using the &lt;code&gt;rvl&lt;/code&gt; CLI&lt;/li&gt;&#xA;&lt;li&gt;Loading data into Redis&lt;/li&gt;&#xA;&lt;li&gt;Fetching and managing records&lt;/li&gt;&#xA;&lt;li&gt;Executing vector searches&lt;/li&gt;&#xA;&lt;li&gt;Updating an index&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34; class=&#34;group relative&#34;&gt;&#xA;  Prerequisites&#xA;  &lt;a href=&#34;#prerequisites&#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;Before you begin, ensure you have:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install RedisVL</title>
      <link>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/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.10) 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.18.0/user_guide/cli/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/redisvl/0.18.0/user_guide/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 Redis Search enabled&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;For complete command syntax and options, see the CLI Reference.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
