docs: Add install instructions airflow.md (#1058)

* docs: Add install instruction airflow.md

* fix: Alias qdrant-airflow-astronomer.md

* fix: alias databricks.md
This commit is contained in:
Anush
2024-07-29 21:03:45 +05:30
committed by GitHub
parent 5693739253
commit 540b038c1d
3 changed files with 8 additions and 2 deletions
@@ -17,6 +17,12 @@ Before configuring Airflow, you need:
2. A running Airflow instance. You can use their [Quick Start Guide](https://airflow.apache.org/docs/apache-airflow/stable/start.html).
## Installation
You can install the Qdrant provider by running `pip install apache-airflow-providers-qdrant` in your Airflow shell.
**NOTE**: You'll have to restart your Airlfow session for the provider to be available.
## Setting up a connection
Open the `Admin-> Connections` section of the Airflow UI. Click the `Create` link to create a new [Qdrant connection](https://airflow.apache.org/docs/apache-airflow-providers-qdrant/stable/connections.html).
@@ -2,7 +2,7 @@
title: Qdrant on Databricks
weight: 36
aliases:
- /examples/databricks/
- /documentation/examples/databricks/
---
# Qdrant on Databricks
@@ -2,7 +2,7 @@
title: Semantic Querying with Airflow and Astronomer
weight: 36
aliases:
- /examples/qdrant-airflow-astronomer/
- /documentation/examples/qdrant-airflow-astronomer/
---
# Semantic Querying with Airflow and Astronomer