docs: BuildShip integration (#1069)

This commit is contained in:
Anush
2024-08-13 17:17:16 +05:30
committed by GitHub
parent 520430a1c5
commit 67f45c93db
6 changed files with 44 additions and 1 deletions
@@ -10,9 +10,10 @@ weight: 15
| [Apify](./apify/) | Platform to build web scrapers and automate web browser tasks. |
| [AutoGen](./autogen/) | Framework from Microsoft building LLM applications using multiple conversational agents. |
| [Bubble](./bubble) | Development platform for application development with a no-code interface |
| [BuildShip](./buildship) | Low-code visual builder to create APIs, scheduled jobs, and backend workflows. |
| [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. |
| [Confluent](./confluent/) | Fully-managed data streaming platform with a cloud-native Apache Kafka engine. |
| [Confluent](./confluent/) | Fully-managed data streaming platform with a cloud-native Apache Kafka engine. |
| [DLT](./dlt/) | Python library to simplify data loading processes between several sources and destinations. |
| [DocArray](./docarray/) | Python library for managing data in multi-modal AI applications. |
| [DocsGPT](./docsgpt/) | Tool for ingesting documentation sources and enabling conversations and queries. |
@@ -0,0 +1,42 @@
---
title: BuildShip
weight: 3800
---
# BuildShip
[BuildShip](https://buildship.com/) is a low-code visual builder to create APIs, scheduled jobs, and backend workflows with AI assitance.
You can use the [Qdrant integration](https://buildship.com/integrations/qdrant) to development workflows with semantic-search capabilites.
## Prerequisites
1. A Qdrant instance to connect to. You can get a free cloud instance at [cloud.qdrant.io](https://cloud.qdrant.io/).
2. A [BuildsShip](https://buildship.app/) for developing workflows.
## Nodes
Nodes are are fundamental building blocks of BuildShip. Each responsible for an operation in your workflow.
The Qdrant integration includes the following nodes with extensibility if required.
### Add Point
![Add Point](/documentation/frameworks/buildship/add.png)
### Retrieve Points
![Retrieve Points](/documentation/frameworks/buildship/get.png)
### Delete Points
![Delete Points](/documentation/frameworks/buildship/delete.png)
### Search Points
![Search Points](/documentation/frameworks/buildship/search.png)
## Further Reading
- [BuildShip Docs](https://docs.buildship.com/basics/node).
- [BuildShip Integrations](https://buildship.com/integrations)
Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB