{"id":27933480,"url":"https://github.com/timescale/githistoryloader","last_synced_at":"2025-10-24T03:52:11.466Z","repository":{"id":197704537,"uuid":"699156668","full_name":"timescale/githistoryloader","owner":"timescale","description":"Load git commit history into a TS embeddings table","archived":false,"fork":false,"pushed_at":"2023-10-05T06:23:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T04:58:55.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timescale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-10-02T03:34:26.000Z","updated_at":"2023-10-06T07:38:05.000Z","dependencies_parsed_at":"2024-03-18T18:43:40.850Z","dependency_job_id":null,"html_url":"https://github.com/timescale/githistoryloader","commit_stats":null,"previous_names":["mahipv/githistoryloader","timescale/githistoryloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fgithistoryloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fgithistoryloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fgithistoryloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fgithistoryloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timescale","download_url":"https://codeload.github.com/timescale/githistoryloader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816944,"owners_count":21808704,"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","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":[],"created_at":"2025-05-07T04:59:00.153Z","updated_at":"2025-10-24T03:52:11.395Z","avatar_url":"https://github.com/timescale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# githistoryloader\nLoad git commit history into a TS embeddings table\n\n## Usage\n\n```\nfrom tsgitloader import load_git_history, read_catalog_info\nfrom dotenv import load_dotenv, find_dotenv\n\n# set os.environ[\"TIMESCALE_SERVICE_URL\"] and os.environ['OPENAI_API_KEY'] from the .env file\n_ = load_dotenv(find_dotenv())\n\nload_git_history(\"https://github.com/timescale/timescaledb\", \"main\", \"llamaindex\")\nload_git_history(\"https://github.com/timescale/timescaledb\", \"main\", \"langchain\")\n\nprint(read_catalog_info(\"llamaindex\"))\nprint(read_catalog_info(\"langchain\"))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fgithistoryloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimescale%2Fgithistoryloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fgithistoryloader/lists"}