Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

68 lines (36 loc) · 1.72 KB

cosmos-db-copilot README

Unlock the full potential of Cosmos DB with Cosmos DB Copilot - your personalized guide to efficient and optimized coding.

steps to build:

This project follows general typescript structure and to build it once the changes are done follow these steps :

  1. npm install
  2. npx webpack --mode production
  3. vsce package

Features

Requirements

Add the required Azure Open AI keys inside cosmos-db-copilot-script.py.

Install open ai python package: pip install openai

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: Enable/disable this extension.
  • myExtension.thing: Set to blah to do something.

Known Issues

Release Notes

0.0.1

Initial release of cosmos db copilot

Added features X, Y, and Z.


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

Enjoy!