Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: LanceDBError: No vector column found to create index #1695

Closed
crypto-maniac opened this issue Jun 17, 2024 · 1 comment
Closed

[BUG]: LanceDBError: No vector column found to create index #1695

crypto-maniac opened this issue Jun 17, 2024 · 1 comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@crypto-maniac
Copy link

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Hello, i have installed AnythingLLM Destop app for my macbook pro montery, after download the LLama 2,3 etc,,
i have created a workspace and was able to chat (its low speed on my mac) but when i add a document and send them to the workspace, i try to chat again to talk about my document and i got the error

LanceDBError: No vector column found to create index

thanks you very much for the help

Are there known steps to reproduce?

No response

@crypto-maniac crypto-maniac added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Jun 17, 2024
@timothycarambat
Copy link
Member

This error occurs when you have changed the embedder model after previously upload a document to a workspace that was embedder with some previous model.

In either case, Open the workspace's settings and go to "Vector Database" and click "reset vector database" and you should be able to both embed documents and send responses.

This issues occurs when you change the embedder because your embedded prompt dimensions and the vector database vector column have different dimensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

No branches or pull requests

2 participants