Hi Sidheshwari,
as per you usecase you need two things
1) LLM - OpenAI, Aws bedrock, Azure OpenAI which could give you intelligent text output based
2)Knowledge base - It is vector database where your data (based on which suggestion will be there on typing) will be stored as vector
vector provides semantic search based on context
Since you have already done OpenAI config, now you need Vector DB
OpenAI provides embedding api which converts your data to vector and store in db
please find below modules
Hi,
docker is easiest one. You can also try postgres locally, it gives you more control as well.
You can also refer to this article for adoption of AI and simple use case AI Agents in mendix - Practical guide