We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error when I am asking for query.
This is how the query was constructed:
http://localhost:3000/api/context?query=Can%20you%20tell%20me%20what%20that%20PDF%20is%20about%3F
This is what I got:
{"message":"Cannot initialize VectorStoreIndex without nodes or indexStruct"}
Code gave an error at line 304:
if (!response.ok) { > 305 | throw new Error(`HTTP error! status: ${response.status}`); |
Please let me know what to do with this, thank you!
The text was updated successfully, but these errors were encountered:
This is in the console:
[context] Processing query: "Can you tell me what that PDF is about?" No valid data found at path: cache/index_store.json starting new store.
Sorry, something went wrong.
Did you run the generate script?
Yes, generting it gives following error:
No valid data found at path: cache\index_store.json starting new store.
No branches or pull requests
I am getting this error when I am asking for query.
This is how the query was constructed:
This is what I got:
Code gave an error at line 304:
Please let me know what to do with this, thank you!
The text was updated successfully, but these errors were encountered: