输入“/”快速插入内容

Privacy FAQ 隐私常见问题

2024年9月7日修改
Privacy FAQ 隐私常见问题
What is Privacy Mode? 什么是隐私模式?
With Privacy Mode, none of your code will ever be stored by us or any third-party (except for OpenAI which persists the prompts we send to them for 30 days for trust and safety, unless you’re on the business plan). Otherwise, we may save prompts / collect telemetry data to improve Cursor.
使用隐私模式,我们或任何第三方都不会存储您的任何代码(OpenAI 除外,为了保证信任和安全,OpenAI 会将我们发送给他们的提示保留 30 天,除非您在商业计划中)。否则,我们可能会保存提示/收集遥测数据以改进 Cursor。
You can enable Privacy Mode under Cursor Settings > General > Privacy Mode.
您可以在 Cursor Settings 下启用 Privacy Mode(隐私模式),> General(常规)> Privacy Mode(隐私模式)。
Are requests always routed through the Cursor backend?
请求是否始终通过 Cursor 后端路由?
Yes! Even if you use your API key, your requests will still go through our backend! That’s where we do our final prompt building.
是的!即使您使用 API 密钥,您的请求仍将通过我们的后端!这就是我们进行最后的提示构建的地方。
Does indexing the codebase require storing code?
为代码库编制索引是否需要存储代码?
It does not! If you choose to index your codebase, Cursor will upload your codebase in small chunks to our server to compute embeddings, but all plaintext code ceases to exist after the life of the request.
它没有!如果您选择为代码库编制索引,Cursor 会将您的代码库以小块上传到我们的服务器以计算嵌入,但所有纯文本代码在请求生命周期后都不复存在。
The embeddings and metadata about your codebase (hashes, file names) are stored in our database, but none of your code is.
有关您的代码库的嵌入和元数据(哈希、文件名)存储在我们的数据库中,但您的任何代码都不是。