christianrice/rag-coding-assistant
An AI developer that writes LangChain Expression Language (LCEL).
Embeds working LCEL code examples in a Weaviate vector database, then retrieves relevant few-shot examples to augment GPT-4's context window—compensating for the model's lack of LCEL training data. The tool uses tagged code descriptions for precise semantic matching, ensuring generated chains match user specifications. Designed for local prototyping of LangChain-based generative AI applications.
No commits in the last 6 months.
Stars
32
Forks
11
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/christianrice/rag-coding-assistant"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pchunduri6/rag-demystified
An LLM-powered advanced RAG pipeline built from scratch
JocelynVelarde/rag-template
Learn how to build a Retrieval-Augmented Generation (RAG) system from the ground up! In this...
Yigtwxx/Awesome-RAG-Production
A curated list of battle-tested tools, frameworks, and best practices for building scalable,...
HenryHengLUO/Retrieval-Augmented-Generation-Intro-Project
This project aims to introduce and demonstrate the practical applications of RAG using Python...
MichiganDataScienceTeam/llm-augmentation
Applying LLMs, augmented with information retrieval (RAG) and function calling, to a variety of...