localhost:8080/pipeline/docs
- If you want to develop using the pipeline as api endpoint, we recommend caching the results, to reduce the OpenAI requests.
- You can toggle caching in the environment file
- Note: It is required to restart the service to enable the change
The caching is simply based on the provided document_id.
Multiple requests with the same document_id will then return the same result, independent of the actual content.
You can delete all cached results by deleting the uploads folder.
You can choose between Pycharm (Professional Edition) and VsCode as a development environment.
Clone the setup project and follow the instructions
git config core.hooksPath ./.githookschmod 744 ./.githooks/pre-commit
chmod 744 ./.githooks/commit-msgSame setup as in the api project, but with different image/container