hedwigai
v0.1.276
Published
Platform for Collaborative Media Production
Downloads
2,444
Maintainers
Readme
Platform for Collaborative Media Production
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
:
Import
hedwigai
into your TypeScript project:import { Library } from "hedwigai";
Create a library instance for accessing your private knowledge graph:
const library = new Library(); library.signIn(username, password).then(() => { console.log("🙋 Sign In Successful!"); });
Checkout the docs
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 docs 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
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 [email protected] for information.
Start building your Gen AI applications with hedwigai
today! Sign up at https://hedwigai.com/
Happy coding! 🚀✨