Platform for Collaborative Media Production
npm install hedwigai
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.
- Installation
- Getting Started
- API Reference
- License
To start using hedwigai in your TypeScript project, you can simply install it via npm or yarn:
``bash`
npm install hedwigaior
yarn add hedwigai
Before you begin, make sure you have Node.js and npm/yarn installed on your system. You can check their installation by running:
`bash`
node -v
npm -vor
yarn -v
Once installed, follow these steps to get started with hedwigai:
1. Import hedwigai into your TypeScript project:
`typescript`
import { Library } from "hedwigai";
2. Create a library instance for accessing your private knowledge graph:
`typescript`
const library = new Library();
library.signIn(username, password).then(() => {
console.log("🙋 Sign In Successful!");
});
3. Checkout the docs
- Loading files into the library:
`typescript`
const identifier = library.indexFile(file);
- Search for the file you want using a text prompt
`typescript`
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.
For live support, reach out to us on discord or talk to our AI assistant
- 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.
- We offer a flexible pricing structure for businesses. You can reach out to us on shashank@hedwigai.com for information.
---
Start building your Gen AI applications with hedwigai` today! Sign up at https://hedwigai.com/
Happy coding! 🚀✨