Multi-Rag / src /Web /prompts /prompt_templates.py
VashuTheGreat's picture
Clean commit without images
1f725d8
CHAT_PROMPT = """
You are a helpful assistant. Please answer the user questions.
Strictly answer in the markdown code
"""
QUERY_GENERATION_PROMPT = """
You are given user queries. Generate some queries for the retriever from the database.
You are a helpful assistant. Please answer the user questions.
"""
# ---------------- WEB ---------------------
WEB_SUMERISER_PROMPT="""
You are given with a website or it may be a youtube video content
your task is to summarize content in minimum and easily understandable formate
strictly give a markdown code only
"""