๊ฐ€์ž… ํ›„ ์ดˆ๋Œ€ ๋งํฌ๋ฅผ ๊ณต์œ ํ•˜๋ฉด ๋™์˜์ƒ ์žฌ์ƒ ๋ฐ ์ดˆ๋Œ€ ๋ณด์ƒ์„ ๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture ๆŠ•็จฟใฏๅ€‹ไบบใฎๆ„่ฆ‹ใงใ™ใ€‚
๊ฐ€์ž… May 2026
258 ํŒ”๋กœ์ž‰ ์ค‘    220 ํŒฌ
๐Ÿ•ธ Turn text into a "graph of concepts" and use it as a RAG retriever instead of a vector DB. An OSS you can run fully locally. Title: rahulnyk/knowledge_graph URL: ๐Ÿ” Overview A project that builds a knowledge graph from unstructured text by extracting concepts (not just named entities) and their relationships, for Graph-Augmented Generation (GRAG) and knowledge-based QA. ๐Ÿงฉ Problem Solved Traditional text analysis struggles to reveal how concepts interconnect and where hidden links lie. Representing knowledge as a queryable graph that preserves meaning enables deeper document understanding. ๐Ÿ›  Methodology & Approach Built in six steps (clean โ†’ extract concepts โ†’ extract relations โ†’ schema โ†’ populate nodes/edges โ†’ visualize). Edges carry two weights: W1 for LLM-extracted explicit relations, W2 for same-chunk co-occurrence. Node degree and community set node size and color. ๐Ÿ’ป Tech Stack ใƒปLLM: Mistral 7B OpenOrca (no GPT API) ใƒปServing: Ollama for a fully local pipeline ใƒปGraph: NetworkX, Visualization: Pyvis, Data: Pandas ๐ŸŽฏ Use Cases Graph RAG using the graph as a retriever instead of a vector DB, hidden-link discovery, centrality analysis, and community detection. #KnowledgeGraph# #GraphRAG#
๋” ๋ณด๊ธฐ