continue icon indicating copy to clipboard operation
continue copied to clipboard

index wait forever to complete

Open wensimin opened this issue 1 year ago • 2 comments

Before submitting your bug report

Relevant environment info

- OS: windows 11
- Continue: 0.0.56
- IDE: IntelliJ IDEA 2024.1.3 (Ultimate Edition)
- Model: shaw/dmeta-embedding-zh
- config.json:
  
  "embeddingsProvider": {
    "provider": "ollama",
    "model": "shaw/dmeta-embedding-zh"
  },

Description

Index the continue code base. index wait forever to complete. every time I restart the idea, it will stagnate at about 20%-40% 1723102063018

To reproduce

use ollama embedding model ,this is ollama logs 1723101191058 continue log no error

Log output

[info] Starting Continue core...
[2024-08-08T07:06:02] [info] Starting Continue core... 
[2024-08-08T07:06:02] Setup 
[2024-08-08T07:06:02] Core started 
[2024-08-08T07:06:12] Chunk with more than 500 tokens constructed:  C:/Users/hukai/IdeaProjects/continue\core\llm\llamaTokenizer.js 526
[2024-08-08T07:06:12] Chunk with more than 500 tokens constructed:  C:/Users/hukai/IdeaProjects/continue\core\llm\llms\Replicate.ts 1103
[2024-08-08T07:07:23] Chunk with more than 500 tokens constructed:  C:/Users/hukai/IdeaProjects/continue\core\llm\llamaTokenizer.js 526
[2024-08-08T07:07:28] Chunk with more than 500 tokens constructed:  C:/Users/hukai/IdeaProjects/continue\core\llm\llms\Replicate.ts 1103

wensimin avatar Aug 08 '24 07:08 wensimin