lfoppiano commited on
Commit
b9f9e8d
1 Parent(s): 7d19a12

add disclaimer on privacy and security

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -77,6 +77,14 @@ Error: `streamlit: Your system has an unsupported version of sqlite3. Chroma req
77
  Here the [solution on Linux](https://stackoverflow.com/questions/76958817/streamlit-your-system-has-an-unsupported-version-of-sqlite3-chroma-requires-sq).
78
  For more information, see the [details](https://docs.trychroma.com/troubleshooting#sqlite) on Chroma website.
79
 
 
 
 
 
 
 
 
 
80
  ## Development notes
81
 
82
  To release a new version:
 
77
  Here the [solution on Linux](https://stackoverflow.com/questions/76958817/streamlit-your-system-has-an-unsupported-version-of-sqlite3-chroma-requires-sq).
78
  For more information, see the [details](https://docs.trychroma.com/troubleshooting#sqlite) on Chroma website.
79
 
80
+ ## Disclaimer on Data, Security, and Privacy ⚠️
81
+
82
+ Please read carefully:
83
+
84
+ - Avoid uploading sensitive data. We temporarily store text from the uploaded PDF documents only for processing your request, and we disclaim any responsibility for subsequent use or handling of the submitted data by third-party LLMs.
85
+ - Mistral and Zephyr are FREE to use and do not require any API, but as we leverage the free API entrypoint, there is no guarantee that all requests will go through. Use at your own risk.
86
+ - We do not assume responsibility for how the data is utilized by the LLM end-points API.
87
+
88
  ## Development notes
89
 
90
  To release a new version: