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]: [llama_index/sales]: ValueError: No existing llama_index.vector_stores.simple found at C:\Users\Lenovo\AppData\Local\mindsdb\mindsdb\var\content\predictor\predictor_None_1\context\vector_store.json, skipping load. #9356

Closed
jesserovira opened this issue Jun 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jesserovira
Copy link

jesserovira commented Jun 16, 2024

Short description of current behavior

Trying to use the LlamaIndex, following some tutorials. It shows this error after running, the model was completed successfully.

Video or screenshots

No response

Expected behavior

No response

How to reproduce the error

DROP MODEL sales;

CREATE MODEL sales
FROM izzycial_db
(SELECT * FROM llw_sales)
PREDICT answer
USING
engine="llama_index",
input_column='question',
index_class='GPTVectorStoreIndex',
openai_api_key='sk-proj-xxx';

DESCRIBE sales;

select * from sales where question = 'Qual total de vendas em Janeiro/2024?';

Anything else?

No response

@jesserovira jesserovira added the bug Something isn't working label Jun 16, 2024
@ZoranPandovski
Copy link
Member

This was already solved. Please make sure you also revoke your openai API key which was posted. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants