Skip to content

Commit 1059c4e

Browse files
committed
Deploying to gh-pages from @ 472aabc 🚀
1 parent 119be2b commit 1059c4e

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

py/build-dash.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h2 class="anchored" data-anchor-id="relevant-methods">Relevant methods</h2>
423423
<section id="basic-layout" class="level2">
424424
<h2 class="anchored" data-anchor-id="basic-layout">Basic layout</h2>
425425
<p>The most common pattern places chat alongside your custom filtered views:</p>
426-
<div id="e6a764fb" class="cell" data-execution_count="1">
426+
<div id="5b061160" class="cell" data-execution_count="1">
427427
<details class="code-fold">
428428
<summary>dash-custom.py</summary>
429429
<div class="sourceCode cell-code" id="cb6"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> dash_ag_grid <span class="im">as</span> dag</span>
@@ -500,7 +500,7 @@ <h2 class="anchored" data-anchor-id="basic-layout">Basic layout</h2>
500500
<section id="data-views" class="level2">
501501
<h2 class="anchored" data-anchor-id="data-views">Data views</h2>
502502
<p>The real power of querychat comes from connecting it to visualizations. Here’s an example showing both filtered data and charts:</p>
503-
<div id="5255cf70" class="cell" data-execution_count="2">
503+
<div id="733addac" class="cell" data-execution_count="2">
504504
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> dash_bootstrap_components <span class="im">as</span> dbc</span>
505505
<span id="cb7-2"><a href="#cb7-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>
506506
<span id="cb7-3"><a href="#cb7-3" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.dash <span class="im">import</span> QueryChat</span>
@@ -556,7 +556,7 @@ <h2 class="anchored" data-anchor-id="data-views">Data views</h2>
556556
<p>When users filter data through the chat (e.g., “show only survivors”), both charts update automatically.</p>
557557
<p><a href="./images/dash-viz.png" class="lightbox" data-gallery="quarto-lightbox-gallery-3"><img src="./images/dash-viz.png" class="shadow rounded mb-3 img-fluid" alt="Screenshot of Dash data views example."></a></p>
558558
<p>A more complete example adds metrics:</p>
559-
<div id="1076cc40" class="cell" data-execution_count="3">
559+
<div id="86c62616" class="cell" data-execution_count="3">
560560
<details class="code-fold">
561561
<summary>dash-complete.py</summary>
562562
<div class="sourceCode cell-code" id="cb8"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> dash_bootstrap_components <span class="im">as</span> dbc</span>

py/build-gradio.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ <h2 class="anchored" data-anchor-id="basic-layout">Basic layout</h2>
451451
<section id="data-views" class="level2">
452452
<h2 class="anchored" data-anchor-id="data-views">Data views</h2>
453453
<p>The real power of querychat comes from connecting it to visualizations. Here’s an example showing two charts that respond to query changes:</p>
454-
<div id="c3b8c300" class="cell" data-execution_count="1">
454+
<div id="1ee46fa0" class="cell" data-execution_count="1">
455455
<div class="sourceCode cell-code" id="cb7"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>
456456
<span id="cb7-2"><a href="#cb7-2" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.data <span class="im">import</span> titanic</span>
457457
<span id="cb7-3"><a href="#cb7-3" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.gradio <span class="im">import</span> QueryChat</span>
@@ -488,7 +488,7 @@ <h2 class="anchored" data-anchor-id="data-views">Data views</h2>
488488
<p>When users filter data through the chat (e.g., “show only survivors”), both charts update automatically.</p>
489489
<p><a href="./images/gradio-viz.png" class="lightbox" data-gallery="quarto-lightbox-gallery-2"><img src="./images/gradio-viz.png" class="shadow rounded mb-3 img-fluid" alt="Screenshot of Gradio data views example."></a></p>
490490
<p>A more complete example adds metrics:</p>
491-
<div id="0628ba9c" class="cell" data-execution_count="2">
491+
<div id="33d880e6" class="cell" data-execution_count="2">
492492
<details class="code-fold">
493493
<summary>gradio-complete.py</summary>
494494
<div class="sourceCode cell-code" id="cb8"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>

py/build-streamlit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h2 class="anchored" data-anchor-id="custom-chat-ui">Custom chat UI</h2>
443443
<section id="data-views" class="level2">
444444
<h2 class="anchored" data-anchor-id="data-views">Data views</h2>
445445
<p>The real power of querychat comes from connecting it to visualizations. Here’s an example showing both filtered data and a chart:</p>
446-
<div id="8c2a78f7" class="cell" data-execution_count="1">
446+
<div id="1e83b353" class="cell" data-execution_count="1">
447447
<div class="sourceCode cell-code" id="cb8"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb8-1"><a href="#cb8-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>
448448
<span id="cb8-2"><a href="#cb8-2" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.data <span class="im">import</span> titanic</span>
449449
<span id="cb8-3"><a href="#cb8-3" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.streamlit <span class="im">import</span> QueryChat</span>
@@ -463,7 +463,7 @@ <h2 class="anchored" data-anchor-id="data-views">Data views</h2>
463463
<p>When users filter data through the chat (e.g., “show only survivors”), both views update automatically.</p>
464464
<p><a href="./images/streamlit-sidebar.png" class="lightbox" data-gallery="quarto-lightbox-gallery-2"><img src="./images/streamlit-sidebar.png" class="shadow rounded mb-3 img-fluid" alt="Screenshot of a querychat Streamlit app with sidebar chat and data views."></a></p>
465465
<p>A more complete example adds metrics:</p>
466-
<div id="8117c789" class="cell" data-execution_count="2">
466+
<div id="95543f7b" class="cell" data-execution_count="2">
467467
<details class="code-fold">
468468
<summary>streamlit-complete.py</summary>
469469
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>

py/build.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h2 class="anchored" data-anchor-id="data-views">Data views</h2>
671671
<p>When users filter data through the chat (e.g., “show only children”), both charts update automatically.</p>
672672
<p><a href="./images/plotly-data-view.png" class="lightbox" data-gallery="quarto-lightbox-gallery-2"><img src="./images/plotly-data-view.png" class="shadow rounded mb-3 img-fluid" alt="Screenshot of a querychat app showing both a data table and a bar chart of survival by class."></a></p>
673673
<p>A more complete example adds metrics, tabs, and multiple views:</p>
674-
<div id="835f6a41" class="cell" data-execution_count="1">
674+
<div id="f3e17813" class="cell" data-execution_count="1">
675675
<details class="code-fold">
676676
<summary>titanic-dashboard.py</summary>
677677
<div class="sourceCode cell-code" id="cb13"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> plotly.express <span class="im">as</span> px</span>
@@ -827,7 +827,7 @@ <h4 class="anchored" data-anchor-id="multiple-datasets">Multiple datasets</h4>
827827
<p>In some cases, you might be able to “pre-join” datasets into a single table and use one <code>QueryChat</code> instance to explore them together. In the future, we may support multiple filtered tables in one chat interface, but this is not currently available. Please upvote <a href="https://github.com/posit-dev/querychat/issues/6">the relevant issue</a> if this is a feature you’d like to see!</p>
828828
</div>
829829
</div>
830-
<div id="517ab4a7" class="cell" data-execution_count="2">
830+
<div id="8631368e" class="cell" data-execution_count="2">
831831
<details class="code-fold">
832832
<summary>multiple-datasets.py</summary>
833833
<div class="sourceCode cell-code" id="cb16"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb16-1"><a href="#cb16-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> querychat.data <span class="im">import</span> titanic</span>

py/sitemap.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,98 +2,98 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://posit-dev.github.io/querychat/py/build.html</loc>
5-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
5+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
66
</url>
77
<url>
88
<loc>https://posit-dev.github.io/querychat/py/build-dash.html</loc>
9-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
9+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://posit-dev.github.io/querychat/py/index.html</loc>
13-
<lastmod>2026-04-30T17:00:26.413Z</lastmod>
13+
<lastmod>2026-05-01T21:14:34.218Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://posit-dev.github.io/querychat/py/tools.html</loc>
17-
<lastmod>2026-04-30T17:00:26.414Z</lastmod>
17+
<lastmod>2026-05-01T21:14:34.218Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://posit-dev.github.io/querychat/py/build-streamlit.html</loc>
21-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
21+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://posit-dev.github.io/querychat/py/models.html</loc>
25-
<lastmod>2026-04-30T17:00:26.414Z</lastmod>
25+
<lastmod>2026-05-01T21:14:34.218Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://posit-dev.github.io/querychat/py/reference/tools.tool_query.html</loc>
29-
<lastmod>2026-04-30T17:01:12.159Z</lastmod>
29+
<lastmod>2026-05-01T21:15:35.174Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://posit-dev.github.io/querychat/py/reference/index.html</loc>
33-
<lastmod>2026-04-30T17:01:12.030Z</lastmod>
33+
<lastmod>2026-05-01T21:15:35.079Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://posit-dev.github.io/querychat/py/reference/tools.tool_visualize.html</loc>
37-
<lastmod>2026-04-30T17:01:12.167Z</lastmod>
37+
<lastmod>2026-05-01T21:15:35.180Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://posit-dev.github.io/querychat/py/reference/types.DataFrameSource.html</loc>
41-
<lastmod>2026-04-30T17:01:12.140Z</lastmod>
41+
<lastmod>2026-05-01T21:15:35.160Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://posit-dev.github.io/querychat/py/reference/types.DataSource.html</loc>
45-
<lastmod>2026-04-30T17:01:12.124Z</lastmod>
45+
<lastmod>2026-05-01T21:15:35.148Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://posit-dev.github.io/querychat/py/reference/types.ServerValues.html</loc>
49-
<lastmod>2026-04-30T17:01:12.108Z</lastmod>
49+
<lastmod>2026-05-01T21:15:35.137Z</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://posit-dev.github.io/querychat/py/data-sources.html</loc>
53-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
53+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://posit-dev.github.io/querychat/py/reference/tools.tool_reset_dashboard.html</loc>
57-
<lastmod>2026-04-30T17:01:12.164Z</lastmod>
57+
<lastmod>2026-05-01T21:15:35.178Z</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://posit-dev.github.io/querychat/py/reference/QueryChat.html</loc>
61-
<lastmod>2026-04-30T17:01:12.077Z</lastmod>
61+
<lastmod>2026-05-01T21:15:35.113Z</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://posit-dev.github.io/querychat/py/reference/express.QueryChat.html</loc>
65-
<lastmod>2026-04-30T17:01:12.105Z</lastmod>
65+
<lastmod>2026-05-01T21:15:35.134Z</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://posit-dev.github.io/querychat/py/reference/tools.tool_update_dashboard.html</loc>
69-
<lastmod>2026-04-30T17:01:12.162Z</lastmod>
69+
<lastmod>2026-05-01T21:15:35.176Z</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://posit-dev.github.io/querychat/py/reference/types.SQLAlchemySource.html</loc>
73-
<lastmod>2026-04-30T17:01:12.156Z</lastmod>
73+
<lastmod>2026-05-01T21:15:35.172Z</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://posit-dev.github.io/querychat/py/greet.html</loc>
77-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
77+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://posit-dev.github.io/querychat/py/visualize.html</loc>
81-
<lastmod>2026-04-30T17:00:26.414Z</lastmod>
81+
<lastmod>2026-05-01T21:14:34.218Z</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://posit-dev.github.io/querychat/py/build-intro.html</loc>
85-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
85+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://posit-dev.github.io/querychat/py/build-gradio.html</loc>
89-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
89+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://posit-dev.github.io/querychat/py/context.html</loc>
93-
<lastmod>2026-04-30T17:00:26.397Z</lastmod>
93+
<lastmod>2026-05-01T21:14:34.205Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://posit-dev.github.io/querychat/py/CHANGELOG.html</loc>
97-
<lastmod>2026-04-30T17:01:14.324Z</lastmod>
97+
<lastmod>2026-05-01T21:15:39.344Z</lastmod>
9898
</url>
9999
</urlset>

0 commit comments

Comments
 (0)