Skip to content

Commit

Permalink
fix: limit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jun 11, 2024
1 parent 0a401db commit b721064
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions shared/elasticsearch/src/mapping/document.mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ exports.documentMapping = {
type: "text",
},

title_vector: {
dims: 512,
type: "dense_vector",
},
// The source URL
url: {
type: "keyword",
Expand Down
1 change: 0 additions & 1 deletion shared/types/src/elastic/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export type Tool = {
source: string;
text: string;
title: string;
title_vector: number[];
_id: string;
displayTool?: boolean;
};

0 comments on commit b721064

Please sign in to comment.