continue
continue copied to clipboard
Continue context Provide @docs is failing on VScode
Before submitting your bug report
- [ ] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
config.yaml
name: config.yaml
version: 1.0.0
schema: v1
models:
- name: qwen2.5-coder: 14b
provider: ollama
model: qwen2.5-coder: 14b
apiBase: http://1.1.1.1:11434
contextWindow: 65536
requestoptions:
noProxy:
- 2.2.2.2/32
- 3.3.3.3/16
- localhost
- 127.0.0.0/8
roles:
- autocomplete
- chat
- embed
- edit
- apply
rules:
- Give elaborate responses
prompts:
- name: check
description: Check for miskates in my code
prompt:
Please read the highlighted code and check for any mistakes.
- Syntax errors
- Logic errors
- name: Nomic Embed Text
provider: ollama
model: nomic:latest
apiBase: http://1.1.1.1:11434
roles:
- embed
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
docs:
- name: test
faviconUrl: ""
startUrl: http://1.1.1.1/site_docs/index.html
maXDepth: 5
Description
I’m using Ilm qwen 2.5 on ollama running on remote windows machine. Trying to use @docs after adding the working http link, it completes the indexing but at the end shows error “max depth undefined”. Even after max depth : 5 is added in config file. FYI all context providers are working except @codebase and @docs. Attached are the pictures for reference.
NOTE: Original IP's are masked.
To reproduce
- from the context provider type @docs and clieck on add docs
- give Title/name to the docs
- add the Url which need to be indexed
- click on add tab and wait until the indexing is finish.
Log output