Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MichaelBoegner
/
interviewer
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/embeddings
- #2
#2
Open
MichaelBoegner
wants to merge 12 commits into
main
MichaelBoegner/interviewer:main
from
feature/embeddings
MichaelBoegner/interviewer:feature/embeddings
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Feature/embeddings
#2
MichaelBoegner
wants to merge 12 commits into
main
MichaelBoegner/interviewer:main
from
feature/embeddings
MichaelBoegner/interviewer:feature/embeddings
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2025
added migration files for pgvector extension and conversation_embeddings
MichaelBoegner
committed
c2044e7
View commit details
Copy full SHA for c2044e7
Browse repository at this point
started adding chatgpt service and model
MichaelBoegner
committed
e78f8f5
View commit details
Copy full SHA for e78f8f5
Browse repository at this point
added chatgpt service and prompt model. Started updating conversation history injection of summary. Should probably inject in user response as system prompt is getting large
MichaelBoegner
committed
c8dd528
View commit details
Copy full SHA for c8dd528
Browse repository at this point
Commits on Jul 17, 2025
started down the wrong path with this. Need to create an embedding packager and then call that embedding package from my createConversation service with the question answer and user response and th…
Show description for 4a0a94b
MichaelBoegner
committed
4a0a94b
View commit details
Copy full SHA for 4a0a94b
Browse repository at this point
added embedding package. Reviewing python microservice to ensure functionality.
MichaelBoegner
committed
f321ebe
View commit details
Copy full SHA for f321ebe
Browse repository at this point
added routing for embedding service
MichaelBoegner
committed
a1a51df
View commit details
Copy full SHA for a1a51df
Browse repository at this point
started adding embeddingService call to handlers.CreateConversation
MichaelBoegner
committed
9465ae2
View commit details
Copy full SHA for 9465ae2
Browse repository at this point
Commits on Jul 18, 2025
all elements in place. Debugging.
MichaelBoegner
committed
349d4af
View commit details
Copy full SHA for 349d4af
Browse repository at this point
correct vector size for conversation_embeddings table and embedding being stored in table as expected. Now running into type error with s.Repo.GetSimilarEmbeddings
MichaelBoegner
committed
7c3e090
View commit details
Copy full SHA for 7c3e090
Browse repository at this point
Commits on Jul 19, 2025
rag is technically working at this point. Needs to be tuned
MichaelBoegner
committed
50cd19e
View commit details
Copy full SHA for 50cd19e
Browse repository at this point
Commits on Jul 20, 2025
deduplicated embedding similarity results
MichaelBoegner
committed
29e2cea
View commit details
Copy full SHA for 29e2cea
Browse repository at this point
tweaked summary prompt to write in past tense
MichaelBoegner
committed
fa68984
View commit details
Copy full SHA for fa68984
Browse repository at this point
You can’t perform that action at this time.