Skip to content

Commit

Permalink
Merge pull request elizaOS#607 from bmgalego/fix-db-getCachedEmbeddings
Browse files Browse the repository at this point in the history
fix: use correct getCachedEmbeddings query_field_sub_name
  • Loading branch information
shakkernerd authored Nov 26, 2024
2 parents a67d6bb + 917de01 commit 63ab897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/memory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class MemoryManager implements IMemoryManager {
query_threshold: 2,
query_input: content,
query_field_name: "content",
query_field_sub_name: "content",
query_field_sub_name: "text",
query_match_count: 10,
});
}
Expand Down

0 comments on commit 63ab897

Please sign in to comment.