An AI chatbot with Spring-boot & MangoDB
- This project integrates with
gpt-4o-miniof ChatGPT & generate the sample response for questions as below
- Create an account in below portal & generate API Key.
- You will be required to add some credits (5 USD) to start testing the API.
https://platform.openai.com/settings/organization/api-keys - Put the API key in
application.ymlfiles.
- Visit the below link & create a free account.
https://www.mongodb.com/cloud/atlas/register - Checkout below link to setup Mongo Atlas DB for dev env.
https://www.youtube.com/watch?v=bBA9rUdqmgY - Put the url of Mongo Atlas DB in
application.ymlfile.
@Credits to https://www.baeldung.com/java-langchain-mongodb for inspiration & explanation.