Find answers from the community

Updated 2 years ago

how are you all using gptindex with

how are you all using gptindex with javascript. are u all using spawn process to run python script from node js?
L
j
2 comments
In my opinion, the best option is to have a serperate API running everything you need for llama_index. Then, you just call the API in your javascript

A very popular API framework for python is Flask, I have a small demo here: https://github.com/logan-markewich/llama_index_starter_pack
+1 yep! llamaindex makes sense as a BE tool atm
Add a reply
Sign up and join the conversation on Discord