|
|
|
|
|
by knexer
1186 days ago
|
|
Query flow looks to be roughly along the lines of: - llm rephrases the last conversation entry into a standalone, context-free search query - rephrased query is embedded, top-k results retrieved from the vector db - llm selects a top-1 winner from the top-k results - llm answers the question given conversational context and the top-1 code search result (from https://github.com/BloopAI/bloop/blob/8905a36388ce7b9dadaedf...) |
|