Can I use Next.js API Routs as backend instead of FastAPI?
wenyongqd opened this issue · 2 comments
wenyongqd commented
I noticed that the backed is using FastAPI and use python version LlamaIndex, can I use LlamaIndex.TS in NextJs to implement the same app?
sourabhdesai commented
@wenyongqd It's certainly possible. The LlamaIndex.TS library should have most of the core abstractions needed to re-implement some of the features we're using here. If there's enough interest in doing this port from the rest of the community, we can look into making this happen!
WinsonSou commented
definitely interested in having everything entirely in NextJS! @sourabhdesai