|
|
|
|
|
by heisenzombie
1157 days ago
|
|
Yes, I wonder if there needs to be a level of recursion to solve for this problem: 1. User enters question
2. Semantic search for relevant sections of input material
3. Prompt LLM if it needs any further context to answer the question
4. GOTO 2
5. Finish |
|