RAG on private dataset via LangChain, does OpenAI / ChatGPT get access to the documents?

I don’t know if this will solve your issue. But one way I’ve found to interact with data using Chat GPT without ever sending anything but table headers, is using CHAT GPT only to draft the query, then running it on your system to get the output. Any follow up questions can be based on the query and not the output data. Meaning data never leaves your system.

1 Like