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!