Skip to content

docs: add required LLMConfig for Azure OpenAI #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025

Conversation

PrettyWood
Copy link
Contributor

@PrettyWood PrettyWood commented Jun 4, 2025

fix #557

Important

Updates README.md to include LLMConfig setup for Azure OpenAI integration.

  • Documentation:
    • Adds import for LLMConfig in README.md for Azure OpenAI setup.
    • Introduces LLMConfig creation with Azure model names in README.md.
    • Updates Graphiti initialization example to include llm_config for OpenAIClient and OpenAIRerankerClient.

This description was created by Ellipsis for 543c070. You can customize this summary. It will automatically update as commits are pushed.

@danielchalef
Copy link
Member

danielchalef commented Jun 4, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 543c070 in 41 seconds. Click for details.
  • Reviewed 41 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. README.md:208
  • Draft comment:
    Good addition: importing LLMConfig improves clarity for Azure configuration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 80% None
2. README.md:225
  • Draft comment:
    Instantiating azure_llm_config with deployed Azure model names is clear. Ensure these names match your deployment.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 80% None
3. README.md:237
  • Draft comment:
    Passing azure_llm_config to both the LLM client and cross encoder promotes consistency in configuration.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 80% None

Workflow ID: wflow_VX7gbtu6Ov8A0iBs

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@PrettyWood
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

danielchalef added a commit that referenced this pull request Jun 4, 2025
@prasmussen15 prasmussen15 merged commit 08bb08a into getzep:main Jun 5, 2025
4 checks passed
@getzep getzep locked and limited conversation to collaborators Jun 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing required LLMConfig for Azure OpenAI in documentation example
3 participants