Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot creation #93

Open
SandhyaRaoV opened this issue Jun 16, 2023 · 1 comment
Open

Bot creation #93

SandhyaRaoV opened this issue Jun 16, 2023 · 1 comment

Comments

@SandhyaRaoV
Copy link

Hi,

I could deploy and create a website where I could upload huge pdfs and ChatGPT model summaries and answers to queries related to the uploaded document.

Is it possible to create a Bot from the website that is created when I deploy this model?
I do not want to expose, how I upload the document and other details hence want to create a Bot for just QnA related to unstructured documents.
Example, In Azure Bot configuration I mentioned endPoints with site URL
https://.azurewebsites.net/api/messages however it didnot work.
Any suggestions?

@divyansh-23906
Copy link

Use the QnA API in your bot's /api/messages route to get the response from backend and send it to the bot after formatting it as per your requirement. You can't just give site's url in messaging endpoint, you'll have to host your bot in an different app service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants