mongodb-js / vscode

Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
Apache License 2.0
327 stars 59 forks source link

feat(participant): implement the docs command VSCODE-570 #817

Closed alenakhineika closed 2 months ago

alenakhineika commented 2 months ago

Description

Implement the @MongoDB /docs command that answers MongoDB-related questions and finds answers in the official documentation.

Currently, MONGODB_DOCS_CHATBOT_BASE_URI is provided as an env variable.

Checklist

Motivation and Context

Dependents

This PR should be updated with changes introduced in https://github.com/mongodb-js/vscode/pull/810 when the PR is merged.

Types of changes