Open Ris-code opened 3 months ago
Hi @Ris-code can you add these env variables in docker-compose.yaml under language service? Also can you please add these necessary GCP and AWS packages to pyproject.toml file by using poetry add
I hope the packages are tested with keys and its working. Rest of the code looks good.
Hi @Ris-code can you add these env variables in docker-compose.yaml under language service? Also can you please add these necessary GCP and AWS packages to pyproject.toml file by using poetry add
command. I hope the packages are tested with keys and its working. Rest of the code looks good.
Ok, will do it by today.
Hi @KaranrajM , I have added the env variables as well as updated the pyproject.toml . Please review it once.
Hi @Ris-code I have left some new reviews for the latest commit. Please take a look and make the required changes when you can.
Hi @Ris-code I have left some new reviews for the latest commit. Please take a look and make the required changes when you can.
Sure.
Hi @Ris-code I have left some new reviews for the latest commit. Please take a look and make the required changes when you can.
I could not find any review. Could you please assist me where it is?
Hi @Ris-code I have left some new reviews for the latest commit. Please take a look and make the required changes when you can.
I could not find any review. Could you please assist me where it is?
You can see them at the top when you open this PR conversation. Let me tag you in those comments.
@shreypandey please review the changes here
@KaranrajM I have done the changes. Please review them once.
Hello @Ris-code Will you pls check the PR-Issue linking guidelines and make the changes accordingly in the PR description(need to mention the Issue number). This helps in efficient progress tracking. Thanks.
@KaranrajM I have done all the mentioned changes and tested after mounting the GCP credentials during runtime. Please review all the changes.
Hi @Ris-code I have tried to build a docker-image of language using this code, it throws an error when GOOGLE_APPLICATION_CREDENTIALS is empty in .env-dev. Can you handle this case as well as people mostly use either of the three services (Azure or AWS or GCP) not all of them? So we need to handle the case of gcp not being used then the volume should not be mounted in docker-compose.yml if the GOOGLE_APPLICATION_CREDENTIALS is not set. Rest of the code looks good. Please fix the docker-compose.yml change so this code can be merged. Let me know if you need any help.
Fix for - #173