-
Notifications
You must be signed in to change notification settings - Fork 183
Update nextjs-llama3 community template to use latest LlamaIndexTS #78
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
Comments
@jozemario great catch. The version 0.2.10 is fixed in the https://github.com/run-llama/create_llama_projects/blob/0f8af6c8a75bb9bba2bbb6824dcb3ae93434abb4/nextjs-llama3/package.json#L20 so it should always use that version. Streaming was updated in 0.3.x so this template needs to updated to work with 0.3.x. |
Had same problem with other class
Did i do something wrong with the import? I tried these but same results: import { SimpleDirectoryReader } from "llamaindex/readers/SimpleDirectoryReader"; import { SimpleDocumentStore, VectorStoreIndex ,SimpleDirectoryReader} from "llamaindex"; |
@jte0711 This is happening with llamaindex |
Uh oh!
There was an error while loading. Please reload this page.
using [email protected]
1 week before it was working now i received errors when calling replicate api, no changes to template just adding api keys and running

using "llamaindex": "0.3.8"
using llamaindex 0.2.10
The text was updated successfully, but these errors were encountered: