सामग्री पर जाएं

#vectors

2 approved public terms with this tag.

Embeddings

/ɪmˈbedɪŋz/noun
AI & Technology

मशीन-सहायता अनुवाद मसौदा (Hindi) for "Embeddings": Dense numerical vector representations of words, sentences, or other data that capture semantic meaning. Similar concepts have similar embeddings (nearby in vector space), allowing AI systems to measure meaning similarity mathematically rather than relying on exact keyword matches.

उदाहरण मसौदा: The search engine uses embeddings to find relevant results even when the query words don't appear in the document.

Vector Database

/ˈvektər ˈdeɪtəbeɪs/noun
AI & Technology

मशीन-सहायता अनुवाद मसौदा (Hindi) for "Vector Database": A specialized database optimized for storing and querying high-dimensional vector embeddings. Vector databases power semantic search, recommendation systems, and RAG architectures by efficiently finding the most similar vectors to a given query.

उदाहरण मसौदा: We stored all our documentation as embeddings in a vector database so the AI could find relevant passages instantly.