Honestly I wouldn't even consider installing this because there is zero information about how it works and what it does with the data I type into it. Are my search terms sent to some random server to be "processed" and/or logged for analytics purposes, or is everything done locally? The single-line privacy policy is [woefully bare]( https://sites.google.com/view/scoutcrx/privacy ).
Show HN: Semantic Search for Ctrl+F
21–28 of 28 posts
Re: Show HN: Semantic Search for Ctrl+F
#22"Any data about your use of Scout is not knowingly sold or offered to third parties or stored on our servers." Privacy policy seems to imply that data is being collected - would be good to clarify that. Does it rely on a server/API?
Re: Show HN: Semantic Search for Ctrl+F
#23"Any data about your use of Scout is not knowingly sold or offered to third parties or stored on our servers." Privacy policy seems to imply that data is being collected - would be good to clarify that. Does it rely on a server/API?
not sure, but could the privacy policy just be a requirement of Google and no data collection is taking place?
Re: Show HN: Semantic Search for Ctrl+F
#24Is this using OpenAI‘s GPT3 search endpoint? Someone here mentioned a code snippet from the extension that seems to suggest that. Reason I‘m asking: Last time I checked, OpenAI‘s GPT3 „search“ endpoint actually performed a lot worse than, say, a BM25 or fastText search (which has the added benefit that you can run it on your own server).
Good point, I'll look into this to see if performance is improved.
Re: Show HN: Semantic Search for Ctrl+F
#25"Any data about your use of Scout is not knowingly sold or offered to third parties or stored on our servers." Privacy policy seems to imply that data is being collected - would be good to clarify that. Does it rely on a server/API?
It relies on an external search API. No data is recorded or saved
Re: Show HN: Semantic Search for Ctrl+F
#26Honestly I wouldn't even consider installing this because there is zero information about how it works and what it does with the data I type into it. Are my search terms sent to some random server to be "processed" and/or logged for analytics purposes, or is everything done locally? The single-line privacy policy is [woefully bare]( https://sites.google.com/view/scoutcrx/privacy ).
Thanks for the feedback. I'm still busy putting together the parts of this project which is why the privacy policy is barren. Scout doesn't save what you search, it's doing a direct call to a search API, but at no point is what you search recorded.
You're exposing your API key, plus I wonder if everyone trying your extension has made their IP address visible to you on the 'usage' page mentioned here? https://help.openai.com/en/articles/5112595-best-practices-f...
Re: Show HN: Semantic Search for Ctrl+F
#27Earlier quoted context omitted.
Thanks for the feedback. I'm still busy putting together the parts of this project which is why the privacy policy is barren. Scout doesn't save what you search, it's doing a direct call to a search API, but at no point is what you search recorded.
Your claim does not line up with: https://openai.com/api/policies/privacy/ You're exposing your API key, plus I wonder if everyone trying your extension has made their IP address visible to you on the 'usage' page mentioned here? https://help.openai.com/en/articles/5112595-best-practices-f...