Skip to content

evanjacobson/ChatbotWithRAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure OpenAI Chatbot for Squarespace — Ready-to-Deploy

This bundle contains:

  • backend-azure-functions-js/ — a production-ready Azure Functions HTTP endpoint that proxies to Azure OpenAI Chat Completions.
  • frontend-squarespace/ — a self-contained HTML snippet to embed in a Squarespace Code Block with polished styling.

TL;DR

  1. Deploy the Function (backend-azure-functions-js/README.md).
  2. Paste the embed snippet (frontend-squarespace/squarespace-embed.html) into a Squarespace Code Block and set API_URL.
  3. (Optional) Gate the page behind Squarespace Member Areas for paid access.

Defaults used for you

  • AOAI_ENDPOINT: https://oraieducator.openai.azure.com/
  • AOAI_DEPLOYMENT: gpt-4.1-mini
  • SYSTEM_PROMPT: "This is a placeholder prompt!"

Change any of these in your Function App settings or in the embed block.

About

Chatbot with RAG, designed to be securely embedded on a SquareSpace site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors