YangLing0818 / buffer-of-thought-llm

Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models
https://arxiv.org/abs/2406.04271
424 stars 40 forks source link

Code gen #4

Open TheSnowGuru opened 1 month ago

TheSnowGuru commented 1 month ago

I wonder how this performs on code gen

jonathanpv commented 6 days ago

I agree, needs to crawl all previous PRs and create a buffer of thoughts on past solved issues / problems perhaps suggesting which code files to look into or search for.

I prefer vector db of solutions rather than buffer of thoughts but whatever.

Needs to just consume an entire .git repo hope they can add that integration and compare and bench on swe-bench