Find answers from the community

Home
Members
nostalgic_nightingale
n
nostalgic_nightingale
Offline, last seen 3 months ago
Joined September 25, 2024
any thoughts on embeddings for a codebase? should that be a vector index for each file (with a generated summary for each), and a giant list index on top? or is there a better way to design the indices? the goal is to have Q&A with an LLM on specific code as well as high-level questions, e.g., "how do files X and Y implement Z?"
3 comments
a
n
how are the index_struct_type picked in that example? why do some configs have query_kwargs?
12 comments
L
n