(bump:minor) Feat: Add mechanism for user-site update and auto creating releases (#56)
* move flowsettings.py and launch.py to root * update docs * sync sub package versions * rename launch.py to app.py and make run scripts work with installation package * add update scripts * auto version for root package * rename authors and update doc dir * Update auto-bump-and-release.yaml to trigger on push to main branch * latest as branch instead of tag * pin deps versions * cache the changelogs
This commit is contained in:
@@ -8,7 +8,7 @@ At high level, to add new indexing and reasoning pipeline:
|
||||
`BaseComponent`.
|
||||
2. You declare that class in the setting files `flowsettings.py`.
|
||||
|
||||
Then when `python launch.py`, the application will dynamically load those
|
||||
Then when `python app.py`, the application will dynamically load those
|
||||
pipelines.
|
||||
|
||||
The below sections talk in more detail about how the pipelines should be
|
||||
|
Reference in New Issue
Block a user