-
Notifications
You must be signed in to change notification settings - Fork 115
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
Support export and import knowledge base #490
Comments
Related #398 |
Do we really have such a scenario? |
Yes, sometimes when user uses a local and private network environment, it is difficult for them to download docs.pingcap.com or other online docs. This function can help them to download an existing knowledge base and import it to their own self-hosted autoflow easily. |
What would the existing knowledge base be, a internal website or a folder containing a lot of local files? Please provide a detailed description in the issue description. If the data source is not common, we should use custom script to implement
Why not using upload local file data source? Do we have to use CLI to upload? |
For examples, TiDB knowledgebase, redis kb, mongodb kb.
The ultra solution might be a UI based export/import experience, I think. |
Description
Providing the import and export knowledge bases feature to enable user can reused the chunks / knowledge graph across multiple Autoflow instances, avoiding the repeated costs of embedding and knowledge graph extraction.
Design
What kind of files are used to transmit the knowledge base data?
export KB data to csv files?
export related uploads files into a folders named
uploads
Consideration
TODO
The text was updated successfully, but these errors were encountered: