Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 2.92 KB

REQUIREMENTS.md

File metadata and controls

66 lines (49 loc) · 2.92 KB

Software required

List of software required for local execution:

Languages

  • .NET SDK v9.
  • Node.js v20 or later. Recommended using nvm to manage Node.js versions.
  • Python 3.11 or later.

Tools

External Services

  • You can create pipelines without any external dependency, e.g. using Ollama, Postgres, Docker images, etc. However, to easily deploy to the cloud or to use any Azure service, you'll need an Azure subscription. You can create a free account here.
  • Azure OpenAI or OpenAI is used for text and embedding generation. Other models can be added by developing custom tools.
  • Azure AI Search is used for vector search. Other options are available, such as Qdrant and Postgres, or can be added by developing custom tools.
  • Azure Document Intelligence is used for document processing. Other options will be available or can be added by developing custom tools.

Deployment

You will need this only if you choose to deploy the solution to Azure.

Test your Azure CLI installation by running:

Current account:

az account show

If needed, sign in:

az login

Optional

  • VS Code with C# Dev Kit extension or Visual Studio 2022
  • Azure Storage Explorer can help browsing pipelines' data stored in the local emulator and in the cloud.
  • Azurite is automatically installed when using .NET Aspire. It can also be installed manually, if needed.
  • Bruno is an HTTP client that can be used to test the APIs. It supports collections, variables, and other features that can help testing the APIs. A few Bruno collections are available in the examples folder.