Skip to content

Commit

Permalink
fix: revert the deleted flush code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jun 6, 2024
1 parent a07e71a commit f546761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/services/llamaindex/chating.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ export class LlamaindexChatService extends AppChatService {
trace?.update({
output: finalResponse
});

await this.langfuse?.flushAsync();
}

async searchKnowledgeGraph (
Expand Down

0 comments on commit f546761

Please sign in to comment.