run-llama / sec-insights

A real world full-stack application using LlamaIndex
https://www.secinsights.ai/
MIT License
2.37k stars 643 forks source link

Can I use Next.js API Routs as backend instead of FastAPI? #50

Open wenyongqd opened 1 year ago

wenyongqd commented 1 year ago

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 1 year ago

@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 1 year ago

definitely interested in having everything entirely in NextJS! @sourabhdesai