From 06974de7f3d16c8f51bb082f5c95668fa8a0f4fa Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Wed, 18 Sep 2024 10:58:29 -0700 Subject: [PATCH 1/2] Add missing FAQ about Cody support non-programming lang --- docs/cody/faq.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cody/faq.mdx b/docs/cody/faq.mdx index be10db7a4..89a6a404d 100644 --- a/docs/cody/faq.mdx +++ b/docs/cody/faq.mdx @@ -46,6 +46,10 @@ Cody supports a wide range of programming languages, including JavaScript, TypeS Cody's response quality on a programming language depends on many factors, including the underlying LLM being used. We monitor accuracy metrics across all languages and regularly make improvements. [Let us know](https://community.sourcegraph.com/) if you're seeing poor quality on a particular programming language. +### Can Cody answer non-programming questions? + +Cody specializes in addressing a variety of coding-related inquiries, including questions about your codebase, general programming concepts, test cases, debugging, and more. However, Cody chat is not designed to answer non-coding questions or provide general information on topics outside of coding or your codebase. + ### What happened to the Cody App? We’ve deprecated the Cody App to streamline the experience for our Cody Free and Cody Pro users. Now, anyone with a Sourcegraph.com account can generate local embeddings for their personal projects within the VS Code extension without downloading and connecting the Cody App. Local embeddings are only supported for VS Code, but we’re working on adding the same functionality to JetBrains IDEs. From c174833482cbe7dcc5305ac93a1658a5576ea436 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Wed, 18 Sep 2024 11:00:44 -0700 Subject: [PATCH 2/2] Add imporvement --- docs/cody/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cody/faq.mdx b/docs/cody/faq.mdx index 89a6a404d..a726cd04d 100644 --- a/docs/cody/faq.mdx +++ b/docs/cody/faq.mdx @@ -48,7 +48,7 @@ Cody's response quality on a programming language depends on many factors, inclu ### Can Cody answer non-programming questions? -Cody specializes in addressing a variety of coding-related inquiries, including questions about your codebase, general programming concepts, test cases, debugging, and more. However, Cody chat is not designed to answer non-coding questions or provide general information on topics outside of coding or your codebase. +Cody specializes in addressing a variety of coding-related inquiries, including questions about your codebase, general programming concepts, test cases, debugging, and more. However, Cody chat is fully optimized for your general purpose queries. ### What happened to the Cody App?