sim 2.1.5 → 2.1.6-preview.83.1

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10802,7 +10802,6 @@ var V2_OPERATIONS = {
10802
10802
  },
10803
10803
  searchMode: {
10804
10804
  kind: "enum",
10805
- default: "vector",
10806
10805
  describe: "Retrieval strategy: vector is semantic-only, while hybrid also runs full-text search."
10807
10806
  },
10808
10807
  rerankerEnabled: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim",
3
- "version": "2.1.5",
3
+ "version": "2.1.6-preview.83.1",
4
4
  "description": "Sim CLI - talk to the Sim API from your terminal",
5
5
  "type": "module",
6
6
  "bin": {