Workspace IndexKnowledge Notes › Embeddings — meaning as a vector you can search

#254PoC

Embeddings — meaning as a vector you can search

Embeddings map text to vectors where nearby means similar, the substrate under semantic search and RAG — and the quality of every retrieval is bounded by the quality of the embedding model.

Not yet scoped.

Why

The PoC embeds a corpus, runs nearest-neighbor search, and shows where semantic similarity diverges from what a user actually meant.

How it works

Not yet built.

Where it lands in Jayverse

  • Rabbit/Personas: if semantic search over skills, personas, or mandate lookups is ever added, budget for the embedding model's quality as the retrieval ceiling, and test where similarity diverges from intended meaning before shipping.
  • Number: any RAG-style lookup over Number's readings should log retrieval misses — semantically similar but wrong-intent matches — as a metric, not assume nearest-neighbor equals correct.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
map ... to~을 ~로 매핑하다, 대응시키다 · 한 형태의 데이터를 다른 형태로 변환해 연결할 때. "Embeddings map text to vectors"
the substrate under~의 밑바탕이 되는 기반 · 여러 기능이 그 위에서 돌아가는 근본 토대. "the substrate under semantic search and RAG"
bounded by~에 의해 상한이 정해지다, 제한받다 · 전체 품질이 한 요소의 한계를 못 넘을 때. "bounded by the quality of the embedding model"
diverge from~에서 벗어나다, 갈라지다 · 결과가 원래 의도했던 것과 어긋날 때. "diverges from what a user actually meant"
nearest-neighbor search최근접 이웃 검색 · 벡터 공간에서 가장 가까운 항목들을 찾는 검색 방식. "runs nearest-neighbor search"
RAG검색 증강 생성(Retrieval-Augmented Generation) · 임베딩으로 관련 문서를 검색해 LLM 답변에 활용하는 방식, 임베딩의 대표적 활용처. "the substrate under semantic search and RAG"

← All Knowledge Notes · Workspace Index · Top ↑

임베딩 — 검색할 수 있는 벡터로서의 의미

임베딩은 텍스트를 가까움이 곧 유사함인 벡터로 매핑하며, 의미 검색과 RAG의 기반입니다 — 그리고 모든 검색의 품질은 임베딩 모델의 품질에 의해 상한됩니다.

아직 범위 미정.

이 PoC는 코퍼스를 임베딩하고 최근접 이웃 검색을 돌려, 의미 유사도가 사용자가 실제로 의도한 것과 갈라지는 지점을 보입니다.

동작 방식

아직 만들지 않음.

Jayverse에서의 위치

  • Rabbit/Personas: 스킬, 페르소나, 위임 조회에 시맨틱 검색을 추가한다면 임베딩 모델의 품질이 검색 성능의 상한임을 전제하고, 출시 전에 유사도가 의도한 의미와 갈리는 지점을 테스트한다.
  • Number: Number 리딩에 RAG 방식 조회를 쓴다면, 최근접 이웃이 곧 정답이라고 가정하지 말고 의미상 비슷하지만 의도가 틀린 매칭을 지표로 로깅한다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
map ... to~을 ~로 매핑하다, 대응시키다 · 한 형태의 데이터를 다른 형태로 변환해 연결할 때. "Embeddings map text to vectors"
the substrate under~의 밑바탕이 되는 기반 · 여러 기능이 그 위에서 돌아가는 근본 토대. "the substrate under semantic search and RAG"
bounded by~에 의해 상한이 정해지다, 제한받다 · 전체 품질이 한 요소의 한계를 못 넘을 때. "bounded by the quality of the embedding model"
diverge from~에서 벗어나다, 갈라지다 · 결과가 원래 의도했던 것과 어긋날 때. "diverges from what a user actually meant"
nearest-neighbor search최근접 이웃 검색 · 벡터 공간에서 가장 가까운 항목들을 찾는 검색 방식. "runs nearest-neighbor search"
RAG검색 증강 생성(Retrieval-Augmented Generation) · 임베딩으로 관련 문서를 검색해 LLM 답변에 활용하는 방식, 임베딩의 대표적 활용처. "the substrate under semantic search and RAG"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑