Embedding-Based Code Search — Semantic IDE
Build a semantic code search engine using embeddings. Search by intent ('function that validates email') rather than exact text matches.
Copilot (GitHub)Claude Code
#semantic#vector-db#code-search+2
830 views263 copies+63Fresh RAG with Reranking — Hybrid Search Pipeline
Build a Retrieval-Augmented Generation pipeline with hybrid search (vector + keyword) and a reranking step for higher precision answers.
Copilot (GitHub)Claude Code
#reranking#rag#vector-db+2
685 views314 copies+31Fresh TextYour contentIntermediate JSON Schema Generator — From Sample Data
Generate a JSON Schema from sample data. Infers types, required fields, patterns, and constraints. Ready for API validation or documentation.
GPT-4oClaude 4 OpusGPT-5
#json#api#validation+2
597 views364 copies+117Fresh CodeYour contentIntermediate Python Data Pipeline — ETL with Pandas
Intermediate code generation prompt. Python Data Pipeline with customizable parameters for professional results.
DeepSeek V3Claude Code
#automation#pandas#python+2
282 views28 copies+47Aging TextYour contentIntermediate CSV Data Formatter — Clean & Transform
Clean, transform, and restructure messy CSV data. Handle missing values, standardize formats, merge columns, and output clean structured data.
GPT-4oClaude 4 OpusGPT-5
#cleaning#data#formatting+2
201 views372 copies+31Fresh CodeYour contentIntermediate Python Web Scraper — BeautifulSoup + Async
Craft python web scraper with this structured code prompt. Adjustable variables let you fine-tune the output.
DeepSeek V3Claude Code
#scraper#data#python+2
175 views12 copies+25Stale