From 0486ced53d653bc588aad97f8e4f57f24feea356 Mon Sep 17 00:00:00 2001 From: Thuc Pham <51660321+thucpn@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:42:15 +0700 Subject: [PATCH 1/3] feat: import pdf css --- templates/types/streaming/nextjs/app/components/chat-section.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/types/streaming/nextjs/app/components/chat-section.tsx b/templates/types/streaming/nextjs/app/components/chat-section.tsx index 483ca7bb3..46b005427 100644 --- a/templates/types/streaming/nextjs/app/components/chat-section.tsx +++ b/templates/types/streaming/nextjs/app/components/chat-section.tsx @@ -3,6 +3,7 @@ import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui"; import "@llamaindex/chat-ui/styles/code.css"; import "@llamaindex/chat-ui/styles/katex.css"; +import "@llamaindex/chat-ui/styles/pdf.css"; import { useChat } from "ai/react"; import CustomChatInput from "./ui/chat/chat-input"; import CustomChatMessages from "./ui/chat/chat-messages"; From 278b61cd4216bb424a5e10c05e5fd222c4be01c2 Mon Sep 17 00:00:00 2001 From: Thuc Pham <51660321+thucpn@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:42:54 +0700 Subject: [PATCH 2/3] Create thick-emus-raise.md --- .changeset/thick-emus-raise.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thick-emus-raise.md diff --git a/.changeset/thick-emus-raise.md b/.changeset/thick-emus-raise.md new file mode 100644 index 000000000..204c0744f --- /dev/null +++ b/.changeset/thick-emus-raise.md @@ -0,0 +1,5 @@ +--- +"create-llama": patch +--- + +feat: import pdf css From af078f961b7c00658a7bd623cb7038d23d3aec7a Mon Sep 17 00:00:00 2001 From: Thuc Pham <51660321+thucpn@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:00:33 +0700 Subject: [PATCH 3/3] bump: chat-ui --- templates/types/streaming/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/types/streaming/nextjs/package.json b/templates/types/streaming/nextjs/package.json index 3a9de9ffd..a51f4b5a2 100644 --- a/templates/types/streaming/nextjs/package.json +++ b/templates/types/streaming/nextjs/package.json @@ -37,7 +37,7 @@ "uuid": "^9.0.1", "vaul": "^0.9.1", "marked": "^14.1.2", - "@llamaindex/chat-ui": "0.0.4" + "@llamaindex/chat-ui": "0.0.5" }, "devDependencies": { "@types/node": "^20.10.3",