diff --git a/docs/code-search/types/deep-search.mdx b/docs/code-search/types/deep-search.mdx index d0275341a..7dc289b28 100644 --- a/docs/code-search/types/deep-search.mdx +++ b/docs/code-search/types/deep-search.mdx @@ -2,7 +2,7 @@

Learn more about Sourcegraph's agentic Code Search tool Deep Search.

- N ew in version 6.4. Deep Search is currently in research preview for Enterprise customers with access to Cody and Code Search. Because Deep Search is in research preview, it might change significantly in the future as we make improvements and adjust to user feedback. Please reach out to your Sourcegraph account team to request access. + New in version 6.4. Deep Search is currently in research preview for Enterprise customers with access to Cody and Code Search. Because Deep Search is in research preview, it might change significantly in the future as we make improvements and adjust to user feedback. Please reach out to your Sourcegraph account team to request access. Deep Search is an agentic code search tool. It receives a natural language question about a codebase, performs an in-depth search, and returns a detailed answer. The user can also ask follow-up questions to improve the answer further. @@ -14,7 +14,7 @@ Deep Search displays a list of sources used to generate the answer. The sources - Give the agent a starting point for the search: Mention relevant repositories, files, directories, or symbol names. The more specific you are, the faster the search will be. - Provide reasonably scoped questions. The agent will perform much better if it does not have to read the entire codebase at once. -Check the list of sources. This is extremely useful for debugging and understanding where the answer came from. If something is missing, ask a follow-up question and mention the missing source. +- Check the list of sources. This is extremely useful for debugging and understanding where the answer came from. If something is missing, ask a follow-up question and mention the missing source. ### Examples of prompts