-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Components] vectorshift #16018
Comments
User request |
Sources - New Pipeline - New Knowledge Base - New Chatbot Actions - Create Pipeline - Run Pipeline - Add Data To Knowledge Base
Sources - New Pipeline - New Knowledge Base - New Chatbot Actions - Create Pipeline - Run Pipeline - Add Data To Knowledge Base
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi @vunguyenhung, About the mentioned errors: Run Pipeline - Timeout |
Hi everyone, all test cases are passed! Ready for release! Test report |
* vectorshift init * [Components] vectorshift #16018 Sources - New Pipeline - New Knowledge Base - New Chatbot Actions - Create Pipeline - Run Pipeline - Add Data To Knowledge Base * pnpm update * pnpm update * Update components/vectorshift/common/constants.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update components/vectorshift/sources/common/base.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix import * [Components] vectorshift #16018 Sources - New Pipeline - New Knowledge Base - New Chatbot Actions - Create Pipeline - Run Pipeline - Add Data To Knowledge Base * pnpm update * some adjusts --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
vectorshift
URLs
Polling Sources
new-pipeline
Prompt
Emit new event when a new pipeline is created in Vectorshift.
URLs
new-knowledge-base
Prompt
Emit new event when a new knowledge base is created in Vectorshift.
URLs
new-chatbot
Prompt
Emit new event when a new chatbot is created.
URLs
Actions
create-pipeline
Prompt
Create a new pipeline in Vectorshift. Requires a name and config. Users can optionally specify a description.
URLs
run-pipeline
Prompt
Execute a pipeline with the specified inputs and configuration. Requires pipeline ID and inputs. pipeline Id has async options
URLs
add-data-to-knowledge-base
Prompt
Add a data to a knowledge base in Vectorshift. Requires knowledge base ID. Users can optionally specify 'fileData', 'urlData', 'wikipedia', 'youtube', 'arxiv' or 'git'. at least one of them must be provided. User can also provide the 'config' prop.
URLs
The text was updated successfully, but these errors were encountered: