Weaviate RAG prompt rendering error after updating template placeholders
Problem – RAG Prompt Rendering Failure After Updating Template Placeholders In a staging deployment of Weaviate (Docker Compose, PostgreSQL vector store, generative AI module v1.22), updating the prompt_template.yaml to replace the built‑in {{question}} placeholder with a custom name (e.g., {{user_query}}) caused the generative endpoint to return HTTP 500. The logs contain errors such as: Error rendering … Read more