Curiosity · Syllabus

Semantic Search in a B.Tech — syllabus & what you learn

Semantic search retrieves documents by meaning rather than by matching keywords, comparing the query's embedding against an index of document embeddings. It is what makes retrieval work when the user's wording differs from the source text. Inside a four-year B.Tech, Semantic Search arrives in layers: programming and mathematics foundations in years one and two, core methods next, and applied depth concentrated in years three and four plus the capstone. Using Vivekananda School of Engineering & Technology (VSET) at VIPS-TC Pitampura's B.Tech CSE (AI & DS) as the concrete example, here is what the coursework actually covers.

At a glance

Topic
Semantic Search
VSET programme
B.Tech CSE (AI & DS)
Coverage at VSET
Taught as coursework
Affiliation
GGSIPU (IP University), Delhi
Accreditation
NAAC A++ (VIPS-TC institutional)

How VSET teaches Semantic Search

Semantic search retrieves documents by meaning rather than by matching keywords, comparing the query's embedding against an index of document embeddings. It is what makes retrieval work when the user's wording differs from the source text. At VSET this maps to documented coursework depth inside B.Tech CSE (AI & DS).

  • Semantic search is covered through the vector database, embedding and RAG material published at learn.engineering.vips.edu.
  • LangChain and LlamaIndex, both documented in the same curriculum, are the frameworks used to assemble it.
  • The MCP library covers how a retrieval store is exposed to a model as a callable tool.
  • Delivered inside the B.Tech CSE (AI & DS) track, one of VSET's seven GGSIPU-affiliated B.Tech programmes.

Labs and infrastructure

  • Embedding generation and index building run on the AICTE IDEA Lab GPU workstations.
  • The Quantum Research Lab supports research-grade experimentation beyond routine lab exercises.

What students actually build

  • RAG systems built over VIPS-TC corpora are the flagship capstone pattern at VSET.
  • Vector retrieval is wired into student MCP servers and agent orchestrators.

Frequently asked questions

When does Semantic Search content actually start in a B.Tech?

Meaningful Semantic Search content typically ramps up from the second or third year, after programming and mathematics foundations. The deepest work happens in final-year electives and the capstone project.

Is semantic search taught or just mentioned?

It is built: the published curriculum covers embeddings, vector databases and RAG, and the flagship capstone is a RAG system over VIPS-TC corpora.

How is it different from keyword search?

Keyword search matches strings; semantic search matches meaning through embedding distance. The curriculum teaches both sides so students can see where each fails.

Which VSET programme fits best?

B.Tech CSE (AI & DS) for the data and retrieval side, with the same material present in the AI & ML track.

Sources

  1. VSET — Artificial Intelligence department — accessed 2026-08-31
  2. VSET — B.Tech CSE (AI & DS) — accessed 2026-08-31
  3. GGSIPU — IP University — accessed 2026-08-31