Kubeflow on AWS

Kubeflow on AWS
你也在 AI 公司嗎?你在處理 MLOps 相關議題嗎?那你該來看看 AWS 專家推薦的雲端訓練架構

Create a GIN index with Django on AWS RDS

GIN What is it GIN 是一種 INDEX 可以幫助加速全文搜索的速度 GIN stands for Generalized Inverted Index. GIN is designed for handling cases where the items to be indexed are composite values, and the queries to be handled by the index need to search for element values that appear within the composite items. For example, the items could be documents, and the queries could be searches for documents containing specific words. Normal SQL 在傳統 SQL 下可以用以下幾個步驟完成建立 GIN INDEX