deepset-ai / haystack-home

Website for Haystack, the open source LLM framework
https://haystack.deepset.ai
Apache License 2.0
14 stars 7 forks source link

Move GitHub relates code to server side #349

Open TuanaCelik opened 4 months ago

TuanaCelik commented 4 months ago

Hey @carlosgauci - I remember that you brought this up when first implementing the website, and we think it's time to make this change: There are a few things on the website that need a GitHub access token, and the code is on the client side currently.

As far as I can tell, these are code snippets that pulls in information such as star count, contributor count etc.

Could we see if we can move all of this to the server side and stop fetching these tokens even as environment variables into the client side?