We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f9e7e commit de74005Copy full SHA for de74005
src/telemetry/types.ts
@@ -168,5 +168,10 @@ export type PerfAdvisorToolMetadata = AtlasMetadata & {
168
};
169
170
export type AutoEmbeddingsUsageMetadata = ConnectionMetadata & {
171
+ /**
172
+ * Indicates which component generated the embeddings.
173
+ * "mcp" is used when embeddings are generated by the MCP server.
174
+ * "mongot" is reserved for future use, when embeddings may be generated by MongoDB's mongot process.
175
+ */
176
embeddingsGeneratedBy: "mcp" | "mongot";
177
0 commit comments