Python FastAPI with JWT Auth serving an AI Agent by Groq and Langchain - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + AI Agent + Groq + LLM + Langchain + OpenAPI / Swagger - secured by HTTPS
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHubPython FastAPI with JWT Auth serving a RAG Application using Groq + fake embeddings (v1) - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + Retrieval-Augmented Generation (RAG) by Groq LLM + fake embeddings + OpenAPI / Swagger - secured by HTTPS
A PostgreSQL database was used with the pgvector extension
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHubPython FastAPI with JWT Auth serving a RAG Application using Groq + Hugging Face embeddings (v2) - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + Retrieval-Augmented Generation (RAG) by Groq LLM + Real embeddings by Hugging Face model + OpenAPI / Swagger - secured by HTTPS
A PostgreSQL database was used with the pgvector extension
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHub