User Story
As a developer using the eknowledge package,
I want clear API key setup instructions in the README.md
so that I can properly authenticate and configure connections to LLM services like langchain_llm7.
Background
The current README.md installation section lacks documentation for API key configuration, which is critical for initializing the ChatLLM7 model. Without this, users encounter errors when attempting to run the provided example code, as authentication credentials are missing. The existing code snippet in README.md references ChatLLM7(model=MODEL) but provides no guidance on credential management, leading to failed LLM connections and user frustration.
Acceptance Criteria
User Story
As a developer using the eknowledge package,
I want clear API key setup instructions in the README.md
so that I can properly authenticate and configure connections to LLM services like langchain_llm7.
Background
The current README.md installation section lacks documentation for API key configuration, which is critical for initializing the
ChatLLM7model. Without this, users encounter errors when attempting to run the provided example code, as authentication credentials are missing. The existing code snippet in README.md referencesChatLLM7(model=MODEL)but provides no guidance on credential management, leading to failed LLM connections and user frustration.Acceptance Criteria
README.mdunder the Installation and Usage sections.export LLM7_API_KEY='your-key')..envfiles).