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

feat:Add Knowledge Process Workflow #2210

Merged
merged 4 commits into from
Dec 18, 2024
Merged

Conversation

Aries-ckt
Copy link
Collaborator

@Aries-ckt Aries-ckt commented Dec 16, 2024

Close #2192
Close #2191

Description

  • Add Embedding Process AWEL Template
  • Add KG Process AWEL Template
  • Add Hybrid Knowledge Process AWEL Template
  • Add More Knowledge Process Operators

How Has This Been Tested?

  1. Import knowledge process awel template
    image
  2. save
    image
  3. test with curl
curl --location --request POST 'http://localhost:5670/api/v1/awel/trigger/rag/knowledge/hybrid/process' \
--header 'Content-Type: application/json' \
-d '{}'

Results

[
    "async persist vector store success 9 chunks.",
    "async persist graph store success 9 chunks."
]

Snapshots:

Include snapshots for easier review.

Checklist:

  • My code follows the style guidelines of this project
  • I have already rebased the commits and make the commit message conform to the project standard.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added the enhancement New feature or request label Dec 16, 2024
fangyinc
fangyinc previously approved these changes Dec 17, 2024
Copy link
Collaborator

@fangyinc fangyinc left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Collaborator

@csunny csunny left a comment

Choose a reason for hiding this comment

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

r+

Copy link
Collaborator

@fangyinc fangyinc left a comment

Choose a reason for hiding this comment

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

r+

@fangyinc fangyinc merged commit b05febb into main Dec 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants