continue icon indicating copy to clipboard operation
continue copied to clipboard

Error getting context items from docs: Schema Error: no vector column found to create index (when using Voyage-2-code embeddings provider)

Open learningdesignlabs opened this issue 1 year ago • 1 comments

Before submitting your bug report

Relevant environment info

- IDE: VS Code
- Model: voyage-code-2
- config.json:
  "embeddingsProvider": {
    "provider": "openai",
    "model": "voyage-code-2",
    "apiBase": "https://api.voyageai.com/v1/",
    "apiKey": "12345-embedding-key-same-as-reranker-key"
  },
  "reranker": {
    "name": "voyage",
    "params": {
      "model": "rerank-lite-1",
      "apiKey": "12345-embedding-key-same-as-reranker-key"

    }
  }
}



### Description

Whenever I add a document, I am told it was indexed successfully. However, as soon as I try to reference it in a prompt, I get:
"Error getting context items from docs: Error: Schema Error: no vector column found to create index"



### To reproduce

1. Set up embeddings provider in config.json to use voyage ai as per documentation
2. Add a documentation site via url via '@' in the prompt chat box
3. Error should appear, and documentation will not be added to context

### Log output

_No response_

learningdesignlabs avatar Jul 31 '24 09:07 learningdesignlabs

Hi @learningdesignlabs , hopefully this PR resolves the issue: https://github.com/continuedev/continue/pull/1864

We will be shipping a pre-release in the next day or two that includes the fix. Please let me know if it solves the issue for you!

Patrick-Erichsen avatar Aug 01 '24 23:08 Patrick-Erichsen

This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.

github-actions[bot] avatar Mar 03 '25 04:03 github-actions[bot]

This issue was closed because it wasn't updated for 10 days after being marked stale. If it's still important, please reopen + comment and we'll gladly take another look!

github-actions[bot] avatar Mar 14 '25 02:03 github-actions[bot]