summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-25 00:39:39 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-25 00:39:39 -0700
commit7314e79ac5bc34936a2c3de0fd01aadbfe640e72 (patch)
treed809aa091e93fe6e865f3cbe89f640f46904e645 /docs
parent8457f0ccf6cb103e051c4200db89db86a0b0e360 (diff)
downloadsncontinue-7314e79ac5bc34936a2c3de0fd01aadbfe640e72.tar.gz
sncontinue-7314e79ac5bc34936a2c3de0fd01aadbfe640e72.tar.bz2
sncontinue-7314e79ac5bc34936a2c3de0fd01aadbfe640e72.zip
fix: :memo: escape <QUESTION> in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/walkthroughs/codebase-embeddings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/codebase-embeddings.md b/docs/docs/walkthroughs/codebase-embeddings.md
index b181565b..fc4d19cd 100644
--- a/docs/docs/walkthroughs/codebase-embeddings.md
+++ b/docs/docs/walkthroughs/codebase-embeddings.md
@@ -38,7 +38,7 @@ config=ContinueConfig(
```
5. Reload the VS Code window to connect to the server you are running manually and allow the config changes to take effect
-6. When you open a workspace, Continue will generate the embeddings. You can then enter '/codebase <QUESTION>' to ask a question with embeddings-based retrieval.
+6. When you open a workspace, Continue will generate the embeddings. You can then enter '/codebase \<QUESTION\>' to ask a question with embeddings-based retrieval.
7. Please share feedback in [Discord](https://discord.gg/NWtdYexhMs)!
> Note: There is a known bug that requires different imports for the PyPI package. If you encounter "No module named 'continuedev.src', you should replace all instances of 'continuedev.src.continuedev' in `config.py` with just 'continuedev'.