<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Astra DB on Jamie Ede</title>
    <link>https://www.jamieede.com/tags/astra-db/</link>
    <description>Recent content in Astra DB on Jamie Ede</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 May 2026 12:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.jamieede.com/tags/astra-db/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Astra DB as the vector store for a DataStax docs RAG chat</title>
      <link>https://www.jamieede.com/posts/astra-db-vector-store-datastax-docs-rag/</link>
      <pubDate>Fri, 22 May 2026 12:00:00 +0000</pubDate>
      <guid>https://www.jamieede.com/posts/astra-db-vector-store-datastax-docs-rag/</guid>
      <description>&lt;p&gt;For &lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA;, the subject matter &lt;em&gt;is&lt;/em&gt; Astra DB Serverless: using Astra as the vector store was the natural fit, and Langflow&amp;rsquo;s DataStax bundle already wired up ingest and search components.&lt;/p&gt;&#xA;&lt;p&gt;Overview: &lt;a href=&#34;https://www.jamieede.com/posts/building-astra-docs-chat-rag-over-datastax-on-langflow-and-cloudflare-pages/&#34; &gt;Building Astra Docs Chat&lt;/a&gt;&#xA; · &lt;a href=&#34;https://www.jamieede.com/posts/langflow-rag-astra-db-ingest-and-chat-flows/&#34; &gt;Langflow flows&lt;/a&gt;&#xA; · &lt;a href=&#34;https://www.jamieede.com/posts/batch-ingest-markdown-langflow-api/&#34; &gt;Batch ingest&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Try it: &lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&#xA;&lt;h2 id=&#34;collection-setup&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#collection-setup&#34;&gt;Collection setup&lt;span class=&#34;pilcrow&#34;&gt;&amp;nbsp;¶&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Production values in the Langflow flow:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Field&lt;/th&gt;&#xA;          &lt;th&gt;Value&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Collection name&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;datastax_astra_docs&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Keyspace&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;default_keyspace&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Same collection&lt;/td&gt;&#xA;          &lt;td&gt;Ingest flow writes; chat flow reads&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;First ingest into an &lt;strong&gt;empty&lt;/strong&gt; collection is simplest. Re-runs append unless you configure deletion/upsert fields in the AstraDB component.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Langflow RAG over Astra DB: ingest and chat flows</title>
      <link>https://www.jamieede.com/posts/langflow-rag-astra-db-ingest-and-chat-flows/</link>
      <pubDate>Wed, 20 May 2026 16:00:00 +0000</pubDate>
      <guid>https://www.jamieede.com/posts/langflow-rag-astra-db-ingest-and-chat-flows/</guid>
      <description>&lt;p&gt;The overview of &lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA; names Langflow once and moves on: ingest graph, chat graph, done. This post opens the hood: component chains, two published endpoints, where API keys live, and why orchestration stayed in Langflow instead of a Cloudflare Worker.&lt;/p&gt;&#xA;&lt;p&gt;Start here if you missed the big picture: &lt;a href=&#34;https://www.jamieede.com/posts/building-astra-docs-chat-rag-over-datastax-on-langflow-and-cloudflare-pages/&#34; &gt;Building Astra Docs Chat&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Related: &lt;a href=&#34;https://www.jamieede.com/posts/batch-ingest-markdown-langflow-api/&#34; &gt;Batch ingest&lt;/a&gt;&#xA; · &lt;a href=&#34;https://www.jamieede.com/posts/proxying-langflow-cloudflare-pages-functions/&#34; &gt;Proxy&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&#xA;&lt;h2 id=&#34;two-endpoints-one-product&#34; class=&#34;anchor-link&#34;&gt;&lt;a href=&#34;#two-endpoints-one-product&#34;&gt;Two endpoints, one product&lt;span class=&#34;pilcrow&#34;&gt;&amp;nbsp;¶&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Endpoint&lt;/th&gt;&#xA;          &lt;th&gt;Purpose&lt;/th&gt;&#xA;          &lt;th&gt;Called by&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;datastax-astra-ingest&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;File → vectors in Astra DB&lt;/td&gt;&#xA;          &lt;td&gt;Local batch ingest script (&lt;a href=&#34;https://www.jamieede.com/posts/batch-ingest-markdown-langflow-api/&#34; &gt;batch ingest post&lt;/a&gt;&#xA;)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;datastax-astra-chat&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Question → retrieve → LLM answer&lt;/td&gt;&#xA;          &lt;td&gt;Pages Function &lt;code&gt;/api/astra-chat&lt;/code&gt; (&lt;a href=&#34;https://www.jamieede.com/posts/proxying-langflow-cloudflare-pages-functions/&#34; &gt;proxy post&lt;/a&gt;&#xA;)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Splitting ingest and chat keeps the public surface minimal. Visitors never trigger file upload or embedding: only the retrieval + generation path.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Batch-ingesting hundreds of markdown files through Langflow</title>
      <link>https://www.jamieede.com/posts/batch-ingest-markdown-langflow-api/</link>
      <pubDate>Wed, 20 May 2026 14:00:00 +0000</pubDate>
      <guid>https://www.jamieede.com/posts/batch-ingest-markdown-langflow-api/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.jamieede.com/astra-chat&#34; &gt;Astra Docs Chat&lt;/a&gt;&#xA; only works if the documentation already lives in a vector store. The parent post summarised that as a one-time batch job: export markdown, run an ingest flow per file, resume on failure. This post is the Langflow API pattern behind that summary.&lt;/p&gt;&#xA;&lt;p&gt;The crawl and batch scripts live on my machine only (not published as a repo). What follows is enough to build your own ingest loop; filenames and flags match what I run locally.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building IBM DataStax Astra Docs Chat: asking DataStax docs questions in plain English</title>
      <link>https://www.jamieede.com/posts/building-astra-docs-chat-rag-over-datastax-on-langflow-and-cloudflare-pages/</link>
      <pubDate>Wed, 20 May 2026 10:00:00 +0000</pubDate>
      <guid>https://www.jamieede.com/posts/building-astra-docs-chat-rag-over-datastax-on-langflow-and-cloudflare-pages/</guid>
      <description>&lt;p&gt;After working with distributed databases at IBM DataStax, I kept doing the same thing: open five doc tabs, search, skim, repeat. The official &lt;strong&gt;Astra DB Serverless&lt;/strong&gt; documentation is thorough, but there is just a lot of it.&lt;/p&gt;&#xA;&lt;p&gt;I wanted a single place to ask normal questions (&lt;em&gt;How do I create a collection?&lt;/em&gt;, &lt;em&gt;What are PCU groups?&lt;/em&gt;, &lt;em&gt;How does hybrid search work?&lt;/em&gt;) and get answers grounded in the real docs, not a model&amp;rsquo;s best guess from training data.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
