https://github.com/flanker/demo-git-ask
Scripts to ask questions about your Git repository and GitLab issues.
https://github.com/flanker/demo-git-ask
chatgpt chromadb embeddings openai ruby
Last synced: 6 months ago
JSON representation
Scripts to ask questions about your Git repository and GitLab issues.
- Host: GitHub
- URL: https://github.com/flanker/demo-git-ask
- Owner: flanker
- Created: 2023-08-06T02:12:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T14:10:18.000Z (over 2 years ago)
- Last Synced: 2025-01-22T23:16:13.930Z (12 months ago)
- Topics: chatgpt, chromadb, embeddings, openai, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts to ask questions about your Git repository and GitLab issues.
## What is it?
* Ask questions about some features
* Ask to write a checklist for a feature
* Ask to write a git commit message for code diff
## How it works?
- MongoDB to save dev documents:
- Issues for GitLab issues
- Commits for Git commits
- Chroma database to save documents with embeddings and query documents by embeddings
- ChatGTP to generate embeddings and ask questions