From 0f4d1e5bcfa838d312a03cc1b8cd9e47fa89df2b Mon Sep 17 00:00:00 2001 From: zoubingwu Date: Tue, 14 Jan 2025 17:19:15 +0800 Subject: [PATCH] docs: expand README with troubleshooting section for user support (#42) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f0e2dfd..96d90d5 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,16 @@ A RAG (Retrieval Augmented Generation) application demonstrating TiDB's vector s - TypeScript & Next.js integration - tRPC for type-safe APIs - Drizzle ORM for database operations + +## Need Help? + +Run into issues or have questions? We're here to help! + +- Open an issue in our [GitHub repository](https://github.com/tidbcloud/examples-projects/issues/new) +- Include details about: + - Which example you're using + - What you're trying to do + - Any error messages you're seeing + - Your environment (Node.js version, OS, etc.) + +Our team actively monitors issues and will help you get up and running.