@SouravInsights - 3 comments
I have another question: If 50 people ask about the same repo does the current architecture of Forum clones the repo 50 times and the same files are re-read? Also, has it implemented any shared memor...
How does Forums index and retrieve repository code to answer questions? Specifically: Do you pre-index repos (embeddings / search indexes), or explore files on demand per question? Is retrieval pur...
What are the coding patterns & best practices we can learn from this repo?