Skip to content

Consider bailing out early when Pinecone variables are unset #32

@zackproser

Description

@zackproser

Currently, it's possible to start the app without the two required environment variables being set:

  • PINECONE_API_KEY
  • PINECONE_ENVIRONMENT

which might be confusing for users, because the app will appear to work but there will be stack trace in the console.

Perhaps we should consider bailing out early, i.e., not starting up successfully if either of these variables are not set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions