Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: AI widget again #21257

Merged
merged 1 commit into from
Feb 14, 2025
Merged
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
12 changes: 12 additions & 0 deletions py-polars/docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "!layout.html" %}

{% block extrahead %}
<script async
src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-website-id="f17ed31e-d3a5-4970-b9a2-2b618b3675c5"
data-project-name="Polars"
data-project-color="#0075FF"
data-modal-disclaimer="This is a custom LLM for Polars with access to all [documentation](https://docs.pola.rs) and the [API reference.](https://docs.pola.rs/api/)."
data-modal-example-questions="How can I execute a SQL query against Polars DataFrames?,Can you help me figure out how to read a CSV file using Polars?">
</script>
{% endblock %}
Loading