generate_rag_vector_blueprint
Generate production-ready RAG architecture blueprints with vector DBs (ChromaDB, Qdrant, Pinecone), local LLMs (Ollama, vLLM), and LangGraph/LangChain orchestration for any target use case.
Instructions
Generates production Retrieval-Augmented Generation (RAG) architecture blueprints with Vector DBs (ChromaDB, Qdrant, Pinecone), local LLMs (Ollama, vLLM), and LangGraph / LangChain orchestration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_case | Yes | Target application (e.g. 'Document QA Chatbot', 'Financial News Digest', 'Code Search Engine') | |
| vector_db | Yes | Vector database of choice | |
| llm_provider | Yes | LLM provider target |