Skip to content
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
8 changes: 4 additions & 4 deletions pkg-py/docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ website:
background: "#193D56"
search: true
title: '<span class="ms-3 fs-3 lead" style="vertical-align:middle;">QueryChat</span>'
#title: '<img src="/images/hex.png" height="40px" alt="querychat website"/><span class="ms-3 fs-3 lead header text-white" style="vertical-align:middle;">QueryChat</span>'
#title: '<img src="/images/querychat.png" height="40px" alt="querychat website"/><span class="ms-3 fs-3 lead header text-white" style="vertical-align:middle;">QueryChat</span>'

right:
- text: API Reference
href: reference/index.qmd
Expand Down Expand Up @@ -57,7 +57,7 @@ website:

format:
html:
theme:
theme:
- styles.scss
toc: true

Expand Down Expand Up @@ -94,7 +94,7 @@ quartodoc:
signature_name: short
- name: types.SQLAlchemySource
signature_name: short

- title: Tools
desc: The underlying tools provided to the LLM
contents:
Expand Down
Binary file removed pkg-py/docs/images/hex.png
Binary file not shown.
Binary file added pkg-py/docs/images/querychat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pkg-py/docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lightbox: true
<style>h1.title { display:none; }</style>
```

<img src="/images/hex.png" alt="querychat website banner image" class="d-block mx-auto mb-3" style="max-width:100%; max-height:425px"/>
<img src="/images/querychat.png" alt="querychat website banner image" class="d-block mx-auto mb-3" style="max-width:100%; max-height:425px"/>

<p class="fs-2 lead mt-3 mb-3 text-center" style="max-width: 600px; margin: auto;">
Explore data using natural language queries
Expand Down Expand Up @@ -94,7 +94,7 @@ See the [Provide context](context.qmd) and [Tools](tools.qmd) articles to learn

### Bespoke interfaces

While the quickstart app is a great way to get started, querychat is designed to be highly extensible.
While the quickstart app is a great way to get started, querychat is designed to be highly extensible.
You can not only customize the underlying model and data source, but also build fully custom Shiny apps around the core chat functionality.

For a motivating example, consider the following ([sidebot](https://shiny.posit.co/py/docs/genai-inspiration.html#sidebot)) app that leverages querychat's tooling to create reactive summaries and visualizations based on the user's natural language queries:
Expand Down
2 changes: 1 addition & 1 deletion pkg-r/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# querychat: Chat with Shiny apps (R)
# querychat: Chat with Shiny apps (R) <a href="https://posit-dev.github.io/querychat/r/"><img src="man/figures/logo.png" align="right" height="138" alt="querychat website" /></a>

Imagine typing questions like these directly into your Shiny dashboard, and seeing the results in realtime:

Expand Down
Binary file added pkg-r/man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions pkg-r/pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ template:
reference:
- title: Chat interfaces
contents:
- querychat
- QueryChat

- title: Data Sources
contents:
- DataSource
- DataFrameSource
- DBISource
Binary file added pkg-r/pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkg-r/pkgdown/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkg-r/pkgdown/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions pkg-r/pkgdown/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions pkg-r/pkgdown/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.