From 786c25d342ad5ab975324e334d52a973328397d6 Mon Sep 17 00:00:00 2001
From: yisding <yi.s.ding@gmail.com>
Date: Tue, 5 Dec 2023 19:54:35 -0800
Subject: [PATCH] changesets

---
 .changeset/eleven-doors-explode.md | 5 +++++
 .changeset/tidy-eyes-jump.md       | 5 +++++
 .github/ISSUE_TEMPLATE/bugfix.yml  | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 .changeset/eleven-doors-explode.md
 create mode 100644 .changeset/tidy-eyes-jump.md

diff --git a/.changeset/eleven-doors-explode.md b/.changeset/eleven-doors-explode.md
new file mode 100644
index 000000000..ff152ec32
--- /dev/null
+++ b/.changeset/eleven-doors-explode.md
@@ -0,0 +1,5 @@
+---
+"llamaindex": patch
+---
+
+Fixes to the PGVectorStore (thanks @mtutty)
diff --git a/.changeset/tidy-eyes-jump.md b/.changeset/tidy-eyes-jump.md
new file mode 100644
index 000000000..f2e26cc73
--- /dev/null
+++ b/.changeset/tidy-eyes-jump.md
@@ -0,0 +1,5 @@
+---
+"llamaindex": patch
+---
+
+Add GPT-4 Vision support
diff --git a/.github/ISSUE_TEMPLATE/bugfix.yml b/.github/ISSUE_TEMPLATE/bugfix.yml
index bb8c310ba..0c6dc1498 100644
--- a/.github/ISSUE_TEMPLATE/bugfix.yml
+++ b/.github/ISSUE_TEMPLATE/bugfix.yml
@@ -1,6 +1,6 @@
 name: Bugfix
 title: ""
-description: Write something like "We notice ... behavior when ... happens instead of ...""
+description: Write something like "We notice ... behavior when ... happens instead of ..." If you would like to use sweep.dev prefix with "Sweep:"
 body:
   - type: textarea
     id: description
-- 
GitLab