Skip to content

Conversation

paul-paliychuk
Copy link
Contributor

@paul-paliychuk paul-paliychuk commented Sep 26, 2024

Important

Remove ecommerce-chainlit example and append api/v2 prefix to base_url in client.py.

  • Removal:
    • Deleted ecommerce-chainlit example, including config.toml, translations, README.md, app.py, chainlit.md, chat_history_shoe_purchase.py, ingest.py, pyproject.toml, and shoe_data.py.
  • API Prefix:
    • Appended api/v2 prefix to base_url in Zep and AsyncZep classes in client.py.

This description was created by Ellipsis for d07cb1f. It will automatically update as commits are pushed.

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.

❌ Changes requested. Reviewed everything up to 4ecee47 in 17 seconds

More details
  • Looked at 1456 lines of code in 11 files
  • Skipped 3 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_4Mv0llCXhsEHzPIZ


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@paul-paliychuk paul-paliychuk merged commit c48e2fd into community-preview Sep 26, 2024
1 of 2 checks passed
@paul-paliychuk paul-paliychuk deleted the append-api-prefix branch September 26, 2024 13:24
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.

❌ Changes requested. Incremental review on d07cb1f in 20 seconds

More details
  • Looked at 88 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. src/zep_python/client.py:53
  • Draft comment:
    The string formatting on this line uses $ instead of {}. It should be:
            api_url = f"{base_url}/{api_suffix}"
  • Reason this comment was not posted:
    Marked as duplicate.

Workflow ID: wflow_c49CyMDHmkzT4zp5


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

base_url = f"{env_api_url}/api/v2"
api_url = f"{env_api_url}/{api_suffix}"
else:
api_url = f"${base_url}/{api_suffix}"
Copy link
Contributor

Choose a reason for hiding this comment

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

The string formatting on this line uses $ instead of {}. It should be:

Suggested change
api_url = f"${base_url}/{api_suffix}"
api_url = f"{base_url}/{api_suffix}"

paul-paliychuk added a commit that referenced this pull request Sep 26, 2024
* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* Append api prefix (#211)

* chore: rm chainlit example

* chore: Add base url suffix in client constructor

* fix: Assignment

* chore: Version bump

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
paul-paliychuk added a commit that referenced this pull request Sep 26, 2024
* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* Append api prefix (#211)

* chore: rm chainlit example

* chore: Add base url suffix in client constructor

* fix: Assignment

* chore: Version bump

* chore: Remove $ from fstring

* chore: Fix typing

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
paul-paliychuk added a commit that referenced this pull request Sep 26, 2024
* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* SDK regeneration

* Append api prefix (#211)

* chore: rm chainlit example

* chore: Add base url suffix in client constructor

* fix: Assignment

* chore: Version bump

* chore: Remove $ from fstring

* chore: Fix typing

* SDK regeneration

* SDK regeneration

* chore: Remove fernignore from poetry toml and lock

* SDK regeneration

* chore: Readd pyproject.toml and poetry lock to fernignore

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant