Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.73k stars 275 forks source link

Create python-package.yml #49

Closed Jesse-jude closed 3 months ago

Jesse-jude commented 3 months ago

Helps in Installing Python Dependencies

Jesse-jude commented 3 months ago

It's nothing much just to help python-ers to install dependencies in case they want to copy the repo

jgbradley1 commented 3 months ago

Hi @Jesse-jude. Currently we have a cicd that runs a lint check and checks the install of the Python packages by running a docker build job (which installs dependencies by running poetry install).

We have pytests that work (when hooked up properly) but they require a connection to an Azure OpenAI instance and we have not set that up in the cicd or mocked those endpoints just yet.

Jesse-jude commented 3 months ago

Oh that's okay then, guess there wasn't any need for the code I gave 😅

On Fri, Jul 5, 2024, 9:16 PM Josh Bradley @.***> wrote:

Hi @Jesse-jude https://github.com/Jesse-jude. Currently we have a cicd that runs a lint check and checks the install of the Python packages by running a docker build job (which installs dependencies by running poetry install).

We have pytests that work (when hooked up properly) but they require a connection to an Azure OpenAI instance and we have not set that up in the cicd or mocked those endpoints just yet.

— Reply to this email directly, view it on GitHub https://github.com/Azure-Samples/graphrag-accelerator/pull/49#issuecomment-2211369774, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHORJWCJXDFXO5OYSVODBRLZK35KHAVCNFSM6AAAAABKNDE5MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJRGM3DSNZXGQ . You are receiving this because you were mentioned.Message ID: @.***>