이 노트에 대하여

semext와 embed-db가 Emacs 안에서 시맨틱 임베딩과 확장을 어떻게 구현하는지 살핀다. 의미 기반 검색과 편집기 통합을 잇는 패키지 탐색 노트다.

History

ahyatt/semext

(“Ahyatt/Semext” 2025)

  • Semantic versions of existing Emacs functionality

설치

(use-package semext
  :vc (:fetcher github :repo "ahyatt/semext")
  :init
  ;; Replace provider with whatever you want, see https://github.com/ahyatt/llm
  (setopt semext-provider (make-llm-ollama :chat-model "gemma3:1b")))

ahyatt/embed-db

(“Ahyatt/Embed-Db” 2025) Hyatt, Andrew 2025

  • A package for Emacs to connect to different embedding databases

BIBLIOGRAPHY

“Ahyatt/Embed-Db.” 2025. https://github.com/ahyatt/embed-db.

“Ahyatt/Semext.” 2025. https://github.com/ahyatt/semext.