Skip to content

Using RAG with proprietary data #35

Answered by JessBerl
danribar asked this question in Q&A
Discussion options

You must be logged in to vote

Great question!

For workflows, like the RAG example, query results can be included in the prompt sent to the model. How that data is used by the model provider is subject to the model provider's data privacy policies and may vary depending on what type of relationship you have with that provider. In the case of GPT4, OpenAI outlines their policies here: https://openai.com/enterprise-privacy

If you are concerned about data privacy, there are smaller open source models on Hugging Face that can be run locally that perform nearly as well. Our HuggingFace integration example can help you get started using one of these models locally with llmware.

We've released some open source, small models t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JessBerl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants