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

A microservice that takes in text file and creates triplets to build graph #1316

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

intelsharath
Copy link

Description

Typical available services were using decoder only model which has limitations in identifying NODE->Relation->NODE.
Checking in a service that can use T5 style encode-decoder model that is more powerful and can handle complex relations.

Issues

N/A

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

Signed-off-by: Raghava, Sharath <[email protected]>
Signed-off-by: Raghava, Sharath <[email protected]>
@@ -0,0 +1,19 @@
import os
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need an e2e workflow to run the test, with image build, service deploy, run test, stop service. Please refer to the other test scripts.

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.

2 participants