mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
Update nextjs-llama3 community template to use latest LlamaIndexTS #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jozemario on GitHub (May 9, 2024).
using create-llama@0.1.1
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
@marcusschiesser commented on GitHub (May 13, 2024):
@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.
@jte0711 commented on GitHub (May 19, 2024):
Had same problem with other class
SimpleDirectoryReader.Did i do something wrong with the import? I tried these but same results:
@marcusschiesser commented on GitHub (May 20, 2024):
@jte0711 This is happening with llamaindex
0.2.10?