Skip to content
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

Most links in https://pypi.org/project/semantic-kernel/ are broken. #735

Closed
manashty opened this issue Apr 29, 2023 · 4 comments · Fixed by #852
Closed

Most links in https://pypi.org/project/semantic-kernel/ are broken. #735

manashty opened this issue Apr 29, 2023 · 4 comments · Fixed by #852
Assignees
Labels
python Pull requests for the Python Semantic Kernel

Comments

@manashty
Copy link

Describe the bug
Most links in https://pypi.org/project/semantic-kernel/ are broken.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Scroll down to the end
  3. Click on any of following links:

image

Semantic Kernel Notebooks
The repository contains a few Python and C# notebooks that demonstrates how to get started with the Semantic Kernel.

Python notebooks:

Getting started with Semantic Kernel
Loading and configuring Semantic Kernel
Running AI prompts from file
Creating Semantic Functions at runtime (i.e. inline functions)
Using Context Variables to Build a Chat Experience
Building Memory with Embeddings
SK Frequently Asked Questions
How does Python SK compare to the C# version of Semantic Kernel?
The two SDKs are compatible and at the core they follow the same design principles. Some features are still available only in the C# version, and being ported Refer to the FEATURE MATRIX doc to see where things stand in matching the features and functionality of the main SK branch. Over time there will be some features available only in the Python version, and others only in the C# version, for example adapters to external services, scientific libraries, etc.

  1. See error

image

We looked everywhere but couldn't find this page
Search PyPI
Search projects
Search
Error code 404

@alexchaomander
Copy link
Contributor

Thanks for bringing this up! We'll work to fix this!

@alexchaomander alexchaomander added the python Pull requests for the Python Semantic Kernel label Apr 29, 2023
@microsoftShannon
Copy link
Contributor

@dluc please take a look

@dluc
Copy link
Collaborator

dluc commented May 8, 2023

Fix: #852

@dluc dluc closed this as completed in #852 May 8, 2023
dluc added a commit that referenced this issue May 8, 2023
* Fix #735: broken links in pip README. Sync nuget and pip readmes.
* Update planning doc, use plural for "planners".
* Add RAG to list of patterns supported by SK.
@dluc
Copy link
Collaborator

dluc commented May 8, 2023

fixed, thanks!

dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this issue Jun 1, 2023
* Fix microsoft#735: broken links in pip README. Sync nuget and pip readmes.
* Update planning doc, use plural for "planners".
* Add RAG to list of patterns supported by SK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants