docs: Bubble plugin (#937)

* docs: Bubble plugin

* chore: Index, image paths
This commit is contained in:
Anush
2024-06-04 07:40:55 +05:30
committed by GitHub
parent 95f371164d
commit 85b9266b60
6 changed files with 37 additions and 0 deletions
@@ -8,6 +8,7 @@ weight: 33
| [Airbyte](./airbyte/) | Data integration platform specialising in ELT pipelines. |
| [Airflow](./airflow/) | Platform designed for developing, scheduling, and monitoring batch-oriented workflows. |
| [AutoGen](./autogen/) | Framework from Microsoft building LLM applications using multiple conversational agents. |
| [Bubble](./bubble) | Development platform for application development with a no-code interface |
| [Canopy](./canopy/) | Framework from Pinecone for building RAG applications using LLMs and knowledge bases. |
| [Cheshire Cat](./cheshire-cat/) | Framework to create personalized AI assistants using custom data. |
| [DLT](./dlt/) | Python library to simplify data loading processes between several sources and destinations. |
@@ -0,0 +1,36 @@
---
title: Bubble
weight: 3200
---
# Bubble
[Bubble](https://bubble.io/) is a software development platform that enables anyone to build and launch fully functional web applications without writing code.
You can use the [Qdrant Bubble plugin](https://bubble.io/plugin/qdrant-1716804374179x344999530386685950) to interface with Qdrant in your workflows.
## Prerequisites
1. A Qdrant instance to connect to. You can get a free cloud instance at [cloud.qdrant.io](https://cloud.qdrant.io/).
2. An account at [Bubble.io](https://bubble.io/) and an app set up.
## Setting up the plugin
Navigate to your app's workflows. Select `"Install more plugins actions"`.
![Install New Plugin](/documentation/frameworks/bubble/install-bubble-plugin.png)
You can now search for the Qdrant plugin and install it. Ensure all the categories are selected to perform a full search.
![Qdrant Plugin Search](/documentation/frameworks/bubble/qdrant-plugin-search.png)
The Qdrant plugin can now be found in the installed plugins section of your workflow. Enter the API key of your Qdrant instance for authentication.
![Qdrant Plugin Home](/documentation/frameworks/bubble/qdrant-plugin-home.png)
The plugin provides actions for upserting, searching, updating and deleting points from your Qdrant collection with dynamic and static values from your Bubble workflow.
## Further Reading
- [Bubble Academy](https://bubble.io/academy).
- [Bubble Manual](https://manual.bubble.io/)
Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB