Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 841 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 841 Bytes

azure-db

Operations related to semantic search on our Azure document index.

Packaging and release workflow

The pipeline triggers on PRs to check code quality, markdown, repository standards, and ensures that the version in setup.py is bumped depending on the project folder. When a PR is merged, the workflow automatically creates a release based on the version in seetup.py of the respective folder and packages only the project files. The latest releases and changelogs are available here.

To use packages from this monorepo in other projects, add the specific package to your requirements.txt :

git+https://github.com/ai-cfia/[email protected]

Where vX.X.X is the version from the release page.