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

Python: Add Jina AI connecter with text embedding and example. #2423

Closed
wants to merge 10 commits into from

Conversation

SebasX5
Copy link
Contributor

@SebasX5 SebasX5 commented Aug 11, 2023

Motivation and Context

Implementation of the Jina AI connector with text embedding and an example file to display its functionality.
Closes #2063

Description

  1. Implemented Jina AI connector with text embedding.
  2. Added an example file to python/samples/kernel-syntax-examples
  3. Added a Jina test file to python/tests/integration/embeddings

Contribution Checklist

@SebasX5 SebasX5 requested a review from a team as a code owner August 11, 2023 06:57
@shawncal shawncal added the python Pull requests for the Python Semantic Kernel label Aug 11, 2023
@nacharya1
Copy link
Contributor

@SebasX5 FYI: We recently updated our contributing guidelines [here](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#adding-plugins-and-memory-connectors , stating we are not directly adding plugin and connectors directly into the SDK repository. We are encouraging the community to host their own plugins and connectors separately in their own repositories. At the time we are exploring how we can provide a way to discover plugins and connectors and should have an update soon. I am going to close this issue given our change in contribution guidelines.

@nacharya1 nacharya1 closed this Sep 7, 2023
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
Archived in project
Development

Successfully merging this pull request may close these issues.

Python: Add Jina AI Connector
3 participants