mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user