Use API
.API URL
enter your server or ngrok address. You can use your machineโs public IP or DNS. Otherwise, employ a proxy server like ngrok to make your local bot accessible..env
as POE_API_KEY
.OPENAI_API_KEY
for generating embeddings and using LLM. Copy your OpenAI API key from here and paste it in .env
as OPENAI_API_KEY
.your_script.py
and then simply doNow your bot will start running at port 8080
by default.
You can refer the Supported Data formats section to refer the supported data types in embedchain.
Click Run check
to make sure your machine can be reached.
Make sure your bot is private if thatโs what you want.
Click Create bot
at the bottom to finally create the bot
Now your bot is created.
.add
as you like. You need to restart the server.Use API
.API URL
enter your server or ngrok address. You can use your machineโs public IP or DNS. Otherwise, employ a proxy server like ngrok to make your local bot accessible..env
as POE_API_KEY
.OPENAI_API_KEY
for generating embeddings and using LLM. Copy your OpenAI API key from here and paste it in .env
as OPENAI_API_KEY
.your_script.py
and then simply doNow your bot will start running at port 8080
by default.
You can refer the Supported Data formats section to refer the supported data types in embedchain.
Click Run check
to make sure your machine can be reached.
Make sure your bot is private if thatโs what you want.
Click Create bot
at the bottom to finally create the bot
Now your bot is created.
.add
as you like. You need to restart the server.