Skip to content

Installation

Basic Installation

pip install azure-functions-knowledge

With Notion Provider

pip install azure-functions-knowledge[notion]

With All Providers

pip install azure-functions-knowledge[all]

Development Installation

git clone https://github.com/yeongseon/azure-functions-knowledge.git
cd azure-functions-knowledge
make install

Requirements

  • Python 3.11+
  • Azure Functions Python v2 programming model