ApplicationsAgent, RAG and prompt engineering practices

语义搜索

Search based on meaning rather than keyword matching.

Semantic search compares query-document semantic distance via embeddings, understanding paraphrases and fuzzy phrasing where keywords fail. RAG retrieval is typically semantic search.

Related terms