Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:zibaldone:vscode [2025/08/14 08:59] – [ollama] sscipioni | projects:zibaldone:vscode [2025/09/13 21:44] (current) – sscipioni | ||
---|---|---|---|
Line 167: | Line 167: | ||
sudo systemctl start ollama | sudo systemctl start ollama | ||
- | ollama pull hoangquan456/ | + | ollama pull hoangquan456/ |
ollama pull nomic-embed-text: | ollama pull nomic-embed-text: | ||
ollama pull llama3.2 | ollama pull llama3.2 | ||
Line 180: | Line 180: | ||
</ | </ | ||
- | ===== cline ===== | + | ===== void ===== |
+ | < | ||
+ | void --install-extension ms-python.python@2025.6.1 | ||
+ | </ | ||
+ | use pyright instead of pylance as python language server | ||
+ | |||
+ | ===== kilo code ===== | ||
+ | |||
+ | disable copilot github: CTRL+SHIFT+p and search for "Chat: hide AI ..." | ||
+ | |||
+ | |||
+ | qdrant vectore store | ||
+ | <code | docker-compose.yaml> | ||
+ | services: | ||
+ | qdrant: | ||
+ | image: qdrant/ | ||
+ | ports: | ||
+ | - ' | ||
+ | volumes: | ||
+ | - qdrant_storage:/ | ||
+ | restart: unless-stopped | ||
+ | volumes: | ||
+ | qdrant_storage: | ||
+ | </ | ||
===== continue.dev ===== | ===== continue.dev ===== | ||
- | disable copilot github CTRL+SHIFT+p | + | disable copilot github: CTRL+SHIFT+p |
install continue.dev extension | install continue.dev extension | ||
Line 200: | Line 223: | ||
provider: ollama | provider: ollama | ||
apiBase: http:// | apiBase: http:// | ||
- | model: | + | model: |
roles: | roles: | ||
- edit | - edit |