Hindu Predictive Astrology · B.V. Raman · 1938

The Modern Primer —
Instantly Searchable

The book that taught the world Vedic astrology. Houses · yogas · dashas · longevity · Free vector search.

No credit card · 5 searches/min free
Try:
1938
First published
AI Vector
Semantic search
Free
5 searches / min
$1 / mo
Unlimited searches
For Developers & Builders

Build Your Own Hindu Predictive Astrology App

One REST endpoint. Plug the modern primer of Vedic astrology directly into your chatbot, research tool, or astrology platform. Works with LangChain, LlamaIndex, GPT, Claude — any stack.

Unlock Unlimited — $1/mo
# One call. The standard primer. GET /api/Calculate/SearchSourceText /Query/Key+planets+for+each+ascendant /TopK/5 /SourceName/Hindu-Predictive-Astrology # Returns: { "Payload": [ { "text": "For Aries, the Sun and...", "pageNumber": 142, "score": 0.08 } ... ] }

How Vector Search Works

Find the exact passage in milliseconds — no keyword guessing

1
Ask in plain English

"What are the key planets for each ascendant?" — no special syntax needed.

2
AI finds meaning, not just words

1536-dimension embeddings understand concepts — matches even when phrasing differs.

3
Cited & verifiable results

Every passage returned with page number and relevance score — fully traceable to the source.

Integrate in Minutes

One endpoint. Any language. No setup beyond an API key.

# Search Hindu Predictive Astrology — GET request (free tier: no key required) curl "https://api.vedastro.org/api/Calculate/SearchSourceText/Query/Key%20planets%20for%20each%20ascendant/TopK/5/SourceName/Hindu-Predictive-Astrology" \ -H "x-api-key: YOUR_API_KEY" # Response { "Payload": [ { "text": "...", "pageNumber": 142, "chunkIndex": 5, "score": 0.08 }, ... ] }
// Fetch matching Hindu Predictive Astrology passages (async/await) const query = encodeURIComponent("How to calculate longevity (Ayurdaya)"); const url = `https://api.vedastro.org/api/Calculate/SearchSourceText` + `/Query/${query}/TopK/5/SourceName/Hindu-Predictive-Astrology`; const response = await fetch(url, { headers: { "x-api-key": "YOUR_API_KEY" } }); const { Payload } = await response.json(); Payload.forEach(p => { console.log(`Page ${p.pageNumber} | Score: ${p.score.toFixed(2)}`); console.log(p.text); });
# pip install requests import requests from urllib.parse import quote query = quote("Marakas or death-inflicting planets") url = ( "https://api.vedastro.org/api/Calculate/SearchSourceText" f"/Query/{query}/TopK/10/SourceName/Hindu-Predictive-Astrology" ) headers = {"x-api-key": "YOUR_API_KEY"} response = requests.get(url, headers=headers) passages = response.json()["Payload"] for p in passages: print(f"Page {p['pageNumber']} | Score: {p['score']:.2f}") print(p["text"]) print("-" * 60)

Perfect For

AI & LLM Builders

Ground RAG pipelines in the standard primer. Works with LangChain, LlamaIndex, any LLM.

Students & Beginners

The classic first textbook — find definitions, rules and worked examples instantly.

Professional Astrologers

Cite Raman's rules directly — the reference a century of practitioners learned from.

Developers

Simple REST API. No complex setup — just an HTTP GET with your query and API key.

Simple Pricing

Free Tier
Try it now
$0 /mo
  • 5 searches per minute
  • Full text access
  • No credit card required
Try Free Now
Unlimited
For serious builders & researchers
$1 /mo
  • Unlimited searches
  • API key authentication
  • Priority support
Get Started — $1/month

Technical Specifications

Embedding Model
text-embedding-3-small · 1536d
Vector Store
Azure Cosmos DB
Response Time
<800ms average
Auth
x-api-key header (free tier: optional)
Endpoint
https://api.vedastro.org/api/Calculate/SearchSourceText/Query/{query}/TopK/{n}/SourceName/Hindu-Predictive-Astrology

About the Book

The book — and the man — that brought Vedic astrology to the modern world

Dr. B. V. Raman

Bangalore Venkata Raman (1912–1998) was the most influential populariser of Vedic astrology in the twentieth century. As editor of The Astrological Magazine, he lectured across the world and brought Jyotisha to a global, English-reading audience.

First published in 1938, Hindu Predictive Astrology became the standard modern primer — the book countless practitioners opened first. Where the classics assume a Sanskrit-literate reader, Raman wrote a clear, systematic English textbook for beginners and professionals alike.

If BPHS is the constitution and Uttara-Kālāmṛta the field manual, Hindu Predictive Astrology is the textbook that taught the modern world to read a chart.

Quick Facts

TitleHindu Predictive Astrology
AuthorDr. B. V. Raman (Bangalore Venkata Raman)
First Published1938
LanguageEnglish
TraditionParāśari (Vedic) astrology
SubjectFoundational predictive astrology primer
Ayanamsa advocatedRaman
Companion worksA Manual of Hindu Astrology · How to Judge a Horoscope
StatusStandard modern English textbook
Houses & Bhavas Yogas Dashas Ayurdaya Ashtakavarga Transits

What's Inside

A complete course, chapter by chapter

Casting the Horoscope
Hindu & Western methods, time measures
Planets, Signs & Stars
Rashis, nakshatras, terminology
Strengths & Aspects
Shadvargas, avasthas, drishti
Dasas & Bhuktis
Vimshottari timing of results
Ayurdaya & Marakas
Longevity & death-inflicting planets
Yogas
Special combinations & their results
Ashtakavarga & Transits
Gochara, annual horoscopes
Specialised Chapters
Muhurtha, Prasna, female & medical astrology

Why It Matters

  • For generations it was the first English book a student of Jyotisha ever read.
  • It turned a Sanskrit oral tradition into a structured, teachable course.
  • Raman championed the Raman ayanamsa, still used and debated today.
  • Its chapters on medical astrology, prasna and muhurtha remain practical references.
Raman's gift was clarity: he made a 5,000-year-old science learnable from a single, well-organised book.
"More than any single book, Hindu Predictive Astrology carried Jyotisha out of Sanskrit manuscripts and into the modern classroom — clear enough for a beginner, deep enough for a lifetime."

— On B.V. Raman's Hindu Predictive Astrology

The Modern Primer, Democratized

B.V. Raman opened Vedic astrology to the English-speaking world. Now his foundational textbook is instantly searchable — by anyone, anywhere — for just $1/month.

This is more than an API. It's keeping the modern primer of Vedic astrology alive and accessible.

Not because sacred knowledge should be expensive — but because it should survive, evolve, and remain accessible to all.