Skip to content

Update READMEs, reduce code complexity, misc improvements#374

Merged
dluc merged 1 commit into
microsoft:python-previewfrom
dluc:dluc108readme
Apr 8, 2023
Merged

Update READMEs, reduce code complexity, misc improvements#374
dluc merged 1 commit into
microsoft:python-previewfrom
dluc:dluc108readme

Conversation

@dluc

@dluc dluc commented Apr 7, 2023

Copy link
Copy Markdown
Contributor

Motivation and Context

READMEs and examples are out of date and showing incorrect code. There are also a few bugs in the SKFunction blocking simpler syntax.

Extend SKFunction to allow synchronous calls and have simpler syntax when async is not required.

Description

  • Update homepage README, moving all Python examples under python/README
  • Make SKFunction callable as per v0
  • Fix bugs in SKFunction
  • Fix examples using realistic code
  • Allow to use functions synchronously

@dluc dluc added PR: ready for review All feedback addressed, ready for reviews python Pull requests for the Python Semantic Kernel labels Apr 7, 2023
@dluc dluc force-pushed the dluc108readme branch 3 times, most recently from ad3536b to a9440e7 Compare April 8, 2023 00:10
Comment thread python/README.md Outdated
Comment thread samples/notebooks/python/.env.example
Comment thread samples/notebooks/python/1-basic-loading-the-kernel.ipynb
Comment thread python/README.md
Comment thread python/README.md
Comment thread samples/notebooks/python/3-semantic-function-inline.ipynb Outdated
Comment thread python/semantic_kernel/template_engine/blocks/code_block.py
Comment thread python/semantic_kernel/orchestration/sk_function_base.py
Comment thread python/semantic_kernel/orchestration/sk_function_base.py
Comment thread samples/notebooks/python/6-memory-and-embeddings.ipynb
@awharrison-28 awharrison-28 added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels Apr 8, 2023
@dluc dluc force-pushed the dluc108readme branch 3 times, most recently from d035a6d to 96c7f60 Compare April 8, 2023 01:29
@dluc dluc merged commit 714ff2a into microsoft:python-preview Apr 8, 2023
@dluc dluc deleted the dluc108readme branch April 8, 2023 01:56
dluc added a commit that referenced this pull request Apr 12, 2023
READMEs and examples are out of date and showing incorrect code. There
are also a few bugs in the SKFunction blocking simpler syntax.

Extend SKFunction to allow synchronous calls and have simpler syntax
when async is not required.

* Update homepage README, moving all Python examples under python/README
* Make SKFunction callable as per v0
* Fix bugs in SKFunction
* Fix examples using realistic code
* Allow to use functions synchronously
dluc added a commit that referenced this pull request Apr 13, 2023
READMEs and examples are out of date and showing incorrect code. There
are also a few bugs in the SKFunction blocking simpler syntax.

Extend SKFunction to allow synchronous calls and have simpler syntax
when async is not required.

* Update homepage README, moving all Python examples under python/README
* Make SKFunction callable as per v0
* Fix bugs in SKFunction
* Fix examples using realistic code
* Allow to use functions synchronously
dluc added a commit that referenced this pull request Apr 13, 2023
READMEs and examples are out of date and showing incorrect code. There
are also a few bugs in the SKFunction blocking simpler syntax.

Extend SKFunction to allow synchronous calls and have simpler syntax
when async is not required.

* Update homepage README, moving all Python examples under python/README
* Make SKFunction callable as per v0
* Fix bugs in SKFunction
* Fix examples using realistic code
* Allow to use functions synchronously
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
)

READMEs and examples are out of date and showing incorrect code. There
are also a few bugs in the SKFunction blocking simpler syntax.

Extend SKFunction to allow synchronous calls and have simpler syntax
when async is not required.

* Update homepage README, moving all Python examples under python/README
* Make SKFunction callable as per v0
* Fix bugs in SKFunction
* Fix examples using realistic code
* Allow to use functions synchronously
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: feedback to address Waiting for PR owner to address comments/questions python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants