Skip to content

Commit

Permalink
Create chat.rst (#96)
Browse files Browse the repository at this point in the history
* Create chat.rst

* Update pyproject.toml

Hotfix for chat

* Update conf.py

Hotfix for chat.rst
  • Loading branch information
vitaglianog authored Jan 30, 2025
1 parent cb72e4e commit ef28691
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/chat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PalimpChat
======

PalimpChat is an easy way to get started building Palimpzest pipelines through a chat interface using reasoning agents.
To access our demo please go to this webpage `Palimpchat <http://3.213.4.62:8888/>`_.

You can view a video `here <https://people.csail.mit.edu/chunwei/demo/palimpchat.mp4>`_.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "Palimpzest"
copyright = "2025, MIT Data Systems Group"
author = "MIT Data Systems Group"
release = "0.5.2"
release = "0.5.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "palimpzest"
version = "0.5.2" # if you update this, be sure to update package version in `docs/source/conf.py` as well
version = "0.5.3" # if you update this, be sure to update package version in `docs/source/conf.py` as well
description = "Palimpzest is a system which enables anyone to process AI-powered analytical queries simply by defining them in a declarative language"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit ef28691

Please sign in to comment.