Skip to content
SP StackPractices

ai

Practical resources about ai for software engineers.

4 results

beginner

Create a Chatbot with OpenAI Assistants API

How to create an AI chatbot using the OpenAI Assistants API with function calling and file retrieval

advanced

Fine-Tune a Language Model for Code Generation

How to fine-tune a large language model for domain-specific code generation using LoRA, QLoRA, and custom datasets

intermediate

Build a RAG Pipeline with LangChain and Vector Databases

How to build a Retrieval-Augmented Generation (RAG) pipeline using LangChain and vector databases for AI-powered search

intermediate

Implement Semantic Search with Embeddings

How to implement semantic search using text embeddings and vector similarity search for intelligent document retrieval