Skip to content

Commit

Permalink
fixed sources references. set VectorStore as only option available fo…
Browse files Browse the repository at this point in the history
…r Semantic kernel
  • Loading branch information
dantelmomsft committed Jan 30, 2025
1 parent 1d3d6ea commit db4da61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static List<ContentSource> buildSources(List<DocumentRecord> memoryResult
.stream()
.map(result -> {
return new ContentSource(
result.getSourceFile(),
result.getSourcePage(),
result.getContent()
);
})
Expand Down
4 changes: 2 additions & 2 deletions app/frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,11 @@ const Chat = () => {
{
key: Approaches.JAVA_SEMANTIC_KERNEL,
text: "Java Semantic Kernel"
},
}/**,
{
key: Approaches.JAVA_SEMANTIC_KERNEL_PLANNER,
text: "Java Semantic Kernel - Chains"
},
},*/
];

return (
Expand Down

0 comments on commit db4da61

Please sign in to comment.