FastAPI
FastAPI
FastAPI

Building a Slack Bot Using ChatGPT Retrieval Plugin

2023-08-05

Building a Slack Bot Using ChatGPT Retrieval Plugin

This article introduces the process of building a Slack Bot that responds in the style of ChatGPT, based on custom information using the ChatGPT Retrieval Plugin. The system will be built on Google Cloud.

Machine Learning
Machine Learning
NLP
NLP
LLM
LLM
Vector Database
Vector Database
Pinecone
Pinecone
OpenAI
OpenAI
ChatGPT
ChatGPT
FastAPI
FastAPI
Google Cloud
Google Cloud
Cloud Run
Cloud Run
Cloud Functions
Cloud Functions
Slack
Slack
Deploying FastAPI Application to ECS Fargate

2023-07-15

Deploying FastAPI Application to ECS Fargate

This article introduces how to deploy a FastAPI application to ECS Fargate, including creating infrastructure resources with Terraform, and configuring GitHub Actions for continuous deployment.

AWS
AWS
Amazon ECS
Amazon ECS
FastAPI
FastAPI
Terraform
Terraform
GitHub Actions
GitHub Actions
Solution for "exec format error" During ECS Task Launch

2022-12-02

Solution for "exec format error" During ECS Task Launch

This article provides a solution for resolving the "exec format error" that occurs when launching ECS tasks.

AWS
AWS
Amazon ECS
Amazon ECS
Docker
Docker
FastAPI
FastAPI
Configuring CORS in FastAPI

2022-07-06

Configuring CORS in FastAPI

This article explains how to configure CORS middleware in FastAPI, from basic configurations suitable for testing to advanced settings for production environments, ensuring secure interaction with different services.

Python
Python
FastAPI
FastAPI
Customizing Default 422 Error in FastAPI

2022-07-06

Customizing Default 422 Error in FastAPI

This article explains how to customize the default 422 error in FastAPI.

Python
Python
FastAPI
FastAPI
API documentation in FastAPI

2022-07-05

API documentation in FastAPI

This article explains the built-in support of FastAPI for automatic API documentation using Swagger UI and ReDoc.

Python
Python
FastAPI
FastAPI
FastAPI

2022-07-04

FastAPI

This article introduces an overview of FastAPI, a high-performance web framework for building APIs with Python. It explains FastAPI's core features, installation process, creating a FastAPI application, and how FastAPI handles data through request bodies, query parameters, and path parameters.

Python
Python
FastAPI
FastAPI