@dbx-tools/search 0.6.9 → 0.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/query.ts CHANGED
@@ -19,8 +19,8 @@
19
19
  */
20
20
 
21
21
  import { ValidationError } from "@databricks/appkit";
22
- import type { SearchHit, SearchMode } from "@dbx-tools/shared-search";
23
22
  import { json, object } from "@dbx-tools/shared-core";
23
+ import type { SearchHit, SearchMode } from "@dbx-tools/shared-search";
24
24
 
25
25
  /** The column name Databricks Vector Search returns the relevance score under. */
26
26
  const SCORE_COLUMN = "__db_score";
package/src/schema.ts CHANGED
@@ -7,8 +7,8 @@
7
7
  * @module
8
8
  */
9
9
 
10
- import { search } from "@dbx-tools/shared-search";
11
10
  import { string } from "@dbx-tools/shared-core";
11
+ import { search } from "@dbx-tools/shared-search";
12
12
 
13
13
  /** Description the model reads for the `search` tool. */
14
14
  export const SEARCH_TOOL_DESCRIPTION = string.toDescription(`