From 7314e79ac5bc34936a2c3de0fd01aadbfe640e72 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 25 Sep 2023 00:39:39 -0700 Subject: fix: :memo: escape in docs --- docs/docs/walkthroughs/codebase-embeddings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' to ask a question with embeddings-based retrieval. +6. When you open a workspace, Continue will generate the embeddings. You can then enter '/codebase \' 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'. -- cgit v1.2.3-70-g09d2