Home / Glossary / Semantic search
What is Semantic Search?
Semantic search vector embeddings का उपयोग करके exact keyword match के बजाय meaning द्वारा content retrieve करता है। osFoundry की workspace-wide search सर्वोत्तम परिणामों के लिए semantic को keyword (BM25) के साथ combine करती है।
Detail
Traditional keyword search synonyms और paraphrases miss करता है। Semantic search query और documents दोनों को vectors में embed करता है और nearest neighbours find करता है — "pricing" के बारे में एक query एक doc से match कर सकती है जो केवल "cost" शब्द का उपयोग करता है।
Hybrid search (semantic + keyword) आमतौर पर अकेले किसी से बेहतर है। Keywords exact terms (acronyms, names) catch करते हैं; embeddings concepts catch करते हैं।
Related terms
Related features