I would like to share with you my open source project - Semantic Code Search ( https://github.com/sturdy-dev/semantic-code-search )
The tool lets you search code with natural language (you don’t need to know the exact keywords), for example:
• ‘Where are API requests authenticated?’
• ‘Saving user objects to the database’
• ‘Handling of webhook events’
• ‘Where are jobs read from the queue?’
It’s a command line app and is fully local, and it was so much fun to build (and train)
a
alltom
12/08/2022, 5:34 PM
Is AGPL negotiable? 😅
k
Kiril Videlov
01/04/2023, 11:30 AM
yes it is. Sorry @alltom, I didn’t see this message earlier somehow
a
alltom
01/06/2023, 1:36 AM
It’s just that most of the code bases I’d want to search like this are at work, where there’s a strict no-AGPL policy for installed software.