Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
/ code-search-ai Public archive

Implementations & ideas for building a better code search

Notifications You must be signed in to change notification settings

listeven989/code-search-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Code Search

Repo to explore approaches to code search

/specs

contains ideas, implementation strategies, use cases, test cases, and more

/chatcraft.org

tested some of the code search ideas using chatcraft.org, contains:

  • script to generate a mermaid chart of the full codebase & files, this is fed back to chatcraft to be used in prompts
  • gpt prompt to tell gpt to navigate to the correct files given a query & mermaid chart
  • script to copy/format/truncate code files to copy/paste into chatcraft

demo:

Demo

TODO

  • test cosine similarity search on codefile summaries as a way to find the revelant code files faster
  • write some code that takes all the files from a codebase and store it in a codebase for usage on the above cosine similarity search retrieval

About

Implementations & ideas for building a better code search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages