Skip to content

Automatic vectorization of source code (for LLM context) with an accessible API

License

Notifications You must be signed in to change notification settings

jeanlucthumm/CodeIngest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIngest

Important

Work In Progress

CodeIngest aims to give LLMs deep understanding of the codebase you're working with so you don't have to ever copy paste code again.

Files are watched for changes and automatically ingested into an up-to-date vector database. This can then be queried directly, or through the provided (easy-to-use) API.

Todo

  • See how much context improves LLM answers by building an MVP with OpenAI embeddings and probably ChromaDB. Simple file splitting up strategy.

About

Automatic vectorization of source code (for LLM context) with an accessible API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages