Socket
Socket
Sign inDemoInstall

hedwigai

Package Overview
Dependencies
11
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hedwigai

Platform for Collaborative Media Production


Version published
Weekly downloads
588
increased by705.48%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

hedwigai

Platform for Collaborative Media Production

Version License

The Plug And Play SDK that lets you generate media with ai powered workflows.

Try out the demo app. Reach out to us for a demo account.

Table of Contents

Installation

To start using hedwigai in your TypeScript project, you can simply install it via npm or yarn:

npm install hedwigai
# or
yarn add hedwigai

Getting Started

Before you begin, make sure you have Node.js and npm/yarn installed on your system. You can check their installation by running:

node -v
npm -v
# or
yarn -v

Once installed, follow these steps to get started with hedwigai:

  1. Import hedwigai into your TypeScript project:

    import { Library } from "hedwigai";
    
  2. Create a library instance for accessing your private knowledge graph:

    const library = new Library();
    library.signIn(username, password).then(() => {
      console.log("🙋 Sign In Successful!");
    });
    
  3. Create data pipelines with a single line of code

  • Loading files into the library:

    const identifier = library.indexFile(file);
    
  • Search for the file you want using a text prompt

    const prompt = "bedroom furniture items for a user who recently visited Bali";
    const displayItems = library.search(prompt);
    

    It returns the file references along with auto-annotated relationships to all other entities in the connected datalake.

Please refer to the API Reference for more detailed information on how to use hedwigai in your applications.

Live Support & Assistance

For live support, reach out to us on discord or talk to our AI assistant

API Reference

For detailed documentation and examples, refer to our API Reference.

Licensing Information

  • hedwigai is available for commercial use under a custom commercial license.
  • Businesses are required to obtain a valid commercial license to use this package in commercial applications.

Pricing Structure

  • We offer a flexible pricing structure for businesses. You can reach out to us on sales@hedwigai.com for information.

Start building your Gen AI applications with hedwigai today! Sign up at https://hedwigai.com/

Happy coding! 🚀✨

Keywords

FAQs

Last updated on 03 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc