What do you want to automate

with npm and Weaviate?

Prompt, edit and deploy AI agents that connect to npm, Weaviate and 2,800+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Class with Weaviate API on New Download Counts from npm API
npm + Weaviate
 
Try it
Delete Class with Weaviate API on New Download Counts from npm API
npm + Weaviate
 
Try it
Get Schema with Weaviate API on New Download Counts from npm API
npm + Weaviate
 
Try it
Create Class with Weaviate API on New Package Version from npm API
npm + Weaviate
 
Try it
Delete Class with Weaviate API on New Package Version from npm API
npm + Weaviate
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Create Class with the Weaviate API

Create a new class in Weaviate. See the documentation

 
Try it
Delete Class with the Weaviate API

Delete a class from Weaviate. See the documentation

 
Try it
Get Schema with the Weaviate API

Get schema from Weaviate. See the documentation

 
Try it
Integrate the npm API with the Weaviate API
Setup the npm API trigger to run a workflow which integrates with the Weaviate API. Pipedream's integration platform allows you to integrate npm and Weaviate remarkably fast. Free for developers.

Overview of Weaviate

Weaviate is a cloud-native, modular, real-time vector search engine that enables scalable, high-performance semantic search. It's built for a wide range of applications, from autocomplete and similar object suggestions to full-text search and automatic categorization. With the Weaviate API, you can index and search through large amounts of data using machine learning models to understand the content and context of the data. On Pipedream, you can leverage this API to create serverless workflows that automate data ingestion, enrichment, and search capabilities, enhancing your apps with intelligent search functions.

Connect Weaviate

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    weaviate: {
      type: "app",
      app: "weaviate",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.weaviate.$auth.cluster_url}/v1/schema`,
      headers: {
        Authorization: `Bearer ${this.weaviate.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo