Skip to content

Commit

Permalink
feat(participant): add disambiguation examples to answer MongoDB quer…
Browse files Browse the repository at this point in the history
…ies in Copilot (#911)
  • Loading branch information
GaurabAryal authored Jan 23, 2025
1 parent 0816d1c commit cd7a82b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,54 @@
"isSticky": true,
"description": "Analyze a collection's schema."
}
],
"disambiguation": [
{
"category": "mongodb",
"description": "The user is asking for assistance or information related to MongoDB.",
"examples": [
"Explain this MongoDB query.",
"How do I write this MongoDB query in Python?",
"How do I use $lookup in MongoDB?",
"Can you help me debug a MongoDB query?",
"Rewrite this MongoDB query",
"find all documents in my collection",
"How to convert this MongoDB query to Python?",
"How to convert this MongoDB query to Java?",
"How to convert this MongoDB query to Node.js?",
"How to convert this MongoDB query to Go?",
"How to convert this MongoDB query to php?",
"How to convert this MongoDB query to C#?",
"How to convert this MongoDB query to Rust?",
"How to convert this MongoDB query to Ruby?",
"How do I update documents in MongoDB?",
"How do I insert documents in MongoDB?",
"How do I create documents in MongoDB?",
"How do I delete documents in MongoDB?",
"Explain how to use MongoDB transactions.",
"How to model one-to-one relationships in MongoDB?",
"How to model one-to-many relationships in MongoDB?",
"Help me write this MongoDB query:",
"Explain MongoDB query syntax.",
"Help me write a MongoDB aggregation pipeline.",
"Help me debug this aggregation pipeline.",
"How do I use $lookup in a MongoDB aggregation pipeline?",
"How do I optimize this MongoDB query?",
"How do I optimize indexes in MongoDB?",
"How do I optimize this data model in MongoDB?",
"How do I create a compound index for this query?",
"How do I model relationships in MongoDB?",
"Review my MongoDB schema",
"MongoDB best practices for indexing",
"How do I use MongoDB Atlas search?",
"How do I perform semantic search in MongoDB?",
"How do I stream data using MongoDB?",
"How do I monitor change streams in MongoDB?",
"How do I set up a MongoDB replica set for local development?",
"How do I add schema validation in MongoDB?",
"How to version schema in MongoDB?"
]
}
]
}
],
Expand Down

0 comments on commit cd7a82b

Please sign in to comment.