Next.js Discord

Discord Forum

how to integrate Ai in application

Unanswered
khan786 posted this in #help-forum
Open in Discord
I'm looking for ideas on how to integrate AI into database applications, such as inventory management systems and dashboards.

7 Replies

@khan786 I'm looking for ideas on how to integrate AI into database applications, such as inventory management systems and dashboards.
1. Use this lib: https://www.npmjs.com/package/ai
2. Provie your api keys for the different models, that you can choose
3. Start using AI 🙂
but whats the feature we can add to my app.looking for some ideas
@khan786 but whats the feature we can add to my app.looking for some ideas
For brainstorming, I often like to use the help of AI. I start with something as zu see here ([click me](https://g.co/gemini/share/83bca24401e6)) and when the ideas suite my needs, then I use them. Else I tell him, why they are not fit and request new ones. With a bit of chatting, you quickly get a very good idea
@khan786 but whats the feature we can add to my app.looking for some ideas
Mallow bee
most obvious is a search feature
let the user type in a search query, use an LLM to convert that into search parameters, and then return the relevant items
or add your items to a vector DB and let the LLM suggest them itself
@khan786 solved?