Find answers from the community

Updated 2 months ago

Hi Guys i have archichetture question i

Hi Guys, i have archichetture question, i have success build an example that read from a mongo-collection and allow user to chat with that data, is the best pratice to rebuild the index for every chat (for get the updated cases) or i need to store that index somewhere and update it every N time (and if i do that in real-time how much more expensive is instead of save it)
E
s
5 comments
In general would recommend only update the index when you have new documents that should be added every N time
ok thanks Emanuel
i am building that in flask, llama index has prebuild examples with flask? if not no problem i will build
thanks man
Add a reply
Sign up and join the conversation on Discord