Code Monkey home page Code Monkey logo

Comments (4)

gknorman-amazon avatar gknorman-amazon commented on June 16, 2024

In the meantime, I'll fix this the "wrong" way by creating a default bucket name in case the domain name is left empty during the config process in user-interface/index.ts

const defaultBucketNameString = "website-bucket" + cdk.Stack.of(this).account + "-" + cdk.Stack.of(this).region;

const defaultDomainName = props.config.domain ? props.config.domain : defaultBucketNameString;

If I enter my own domain name but I haven't set up my own hosted zone, etc already, will it create it for me? If so, I feel very silly and would ask for an update in config process or the documentation to make us aware of this.

from aws-genai-llm-chatbot.

Rob-Powell avatar Rob-Powell commented on June 16, 2024

As per the docs you need to do the pre req steps and then pass those values to the installer:

https://aws-samples.github.io/aws-genai-llm-chatbot/documentation/private-chatbot.html

from aws-genai-llm-chatbot.

gknorman-amazon avatar gknorman-amazon commented on June 16, 2024

Can these prereqs be shown / linked to on the Deployment Guide page then?

This is the first time seeing this "Private Chatbot" page since I went straight from the "The Project" page and the "Deployment Guide" link at the bottom of that page. I didn't realize there were any prereqs when I started the Cloud 9 deployment steps.

from aws-genai-llm-chatbot.

Rob-Powell avatar Rob-Powell commented on June 16, 2024

They are linked to on the left hand side navigation. but there should be validation on those fields in config creation.

from aws-genai-llm-chatbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.