Find answers from the community

Updated 5 months ago

Data

At a glance
hi everyone, I'm new and a total noob here. I'm looking for information about the flow of data using LLM & llamaindex. Can any body point me to a resource about that or give me some hint on where my data being store using llamaindex? (just in my local machine or llamaindex also send my data to somewhere else outside of ChatGPT? if sent to ChatGPT, is there a way for me to opt out the data from ChatGPT collection?)
Thanks a lot!

My company develops software for businesses so the I need to know where the data go, using this library
L
v
4 comments
The data is sent to openai, however, their API privacy is different from the ChatGPT app

Data is not trained on from the API by default, but it may be retained for up to 30 days
@Logan M what about llamaindex part? No data is kept in their part right? Any resource that specified that?
Llama index is the one sending data to OpenAI,

beyond that, you have full control over your data. It's stored in memory and then saved to disk when you call persist, but you can also save data to vector stores, s3, etc, if you want
Thank you very much
Add a reply
Sign up and join the conversation on Discord