diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-25 00:39:39 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-25 00:39:39 -0700 |
commit | 7314e79ac5bc34936a2c3de0fd01aadbfe640e72 (patch) | |
tree | d809aa091e93fe6e865f3cbe89f640f46904e645 /docs | |
parent | 8457f0ccf6cb103e051c4200db89db86a0b0e360 (diff) | |
download | sncontinue-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.md | 2 |
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'. |