{"id":24790236,"url":"https://github.com/ivanvanderbyl/agentic","last_synced_at":"2025-08-12T06:15:19.551Z","repository":{"id":247178368,"uuid":"825204396","full_name":"ivanvanderbyl/agentic","owner":"ivanvanderbyl","description":"A minimalist Go implementation of Microsoft's GraphRAG","archived":false,"fork":false,"pushed_at":"2024-08-25T03:47:49.000Z","size":79,"stargazers_count":15,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T15:46:17.953Z","etag":null,"topics":["graphrag","openai","rag"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivanvanderbyl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-07T05:31:42.000Z","updated_at":"2025-04-07T22:04:09.000Z","dependencies_parsed_at":"2024-07-31T05:42:31.855Z","dependency_job_id":"ea40d340-928c-458c-b550-0eaabc8fc777","html_url":"https://github.com/ivanvanderbyl/agentic","commit_stats":null,"previous_names":["ivanvanderbyl/graphrag-go","ivanvanderbyl/agentic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivanvanderbyl/agentic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvanderbyl%2Fagentic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvanderbyl%2Fagentic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvanderbyl%2Fagentic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvanderbyl%2Fagentic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanvanderbyl","download_url":"https://codeload.github.com/ivanvanderbyl/agentic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanvanderbyl%2Fagentic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270011197,"owners_count":24511902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphrag","openai","rag"],"created_at":"2025-01-29T18:15:09.467Z","updated_at":"2025-08-12T06:15:19.515Z","avatar_url":"https://github.com/ivanvanderbyl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `agentic`\n\nThis package serves as a workspace for exploring state of the art RAG approaches in Go. The initial focus is on the GraphRAG approach from Microsoft, but other approaches may be explored in the future.\n\n## Areas of Exploration\n\n- [x] GraphRAG\n- [ ] dsRAG\n\n## Findings\n\n### GraphRAG\n\nGraphRAG is seems to be mostly marketing spin from Microsoft. There are some legitimately cool ideas in there such as using LLMs to extract graph relationships from a given text.\n\nThe heavy use of multi-stage summarisation, however, produces results that are not accurate to the original text or useful for an executive or research audience because they too general and lacking concrete details.\n\n### dsRAG\n\nSource: https://github.com/D-Star-AI/dsRAG\n\nThere are three key methods used to improve performance over vanilla RAG systems:\n\nSemantic sectioning\nAutoContext\nRelevant Segment Extraction (RSE)\n\nWe will implement these in Go to explore them further.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanvanderbyl%2Fagentic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanvanderbyl%2Fagentic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanvanderbyl%2Fagentic/lists"}