Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Documentation misses the setup of the enviroment variables for the model #3

@tobiasgrossmann

Description

@tobiasgrossmann

Lack of documentation on how to set up the environmental variables for the model.

cap-llm-plugin.js will fail:

`
   const EMBEDDING_MODEL_DESTINATION_NAME = cds.env.requires?.["GENERATIVE_AI_HUB"]?.["EMBEDDING_MODEL_DESTINATION_NAME"];
      const EMBEDDING_MODEL_DEPLOYMENT_URL = cds.env.requires?.["GENERATIVE_AI_HUB"]?.["EMBEDDING_MODEL_DEPLOYMENT_URL"];
      const EMBEDDING_MODEL_RESOURCE_GROUP = cds.env.requires?.["GENERATIVE_AI_HUB"]?.["EMBEDDING_MODEL_RESOURCE_GROUP"];
      const EMBEDDING_MODEL_API_VERSION = cds.env.requires?.["GENERATIVE_AI_HUB"]?.["EMBEDDING_MODEL_API_VERSION"];
`

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