removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / index_type / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / index_type / default
Added value: +null
removedInput schema / properties / index_type / description
Removed value: -"FAISS index type (optional, auto-selected if not specified)"
removedInput schema / properties / index_type / enum
Removed value: -[
- "hnsw",
- "ivf",
- "flat"
-]
addedInput schema / properties / index_type / title
Added value: +"Index Type"
removedInput schema / properties / index_type / type
Removed value: -"string"
removedInput schema / properties / max_results / description
Removed value: -"Maximum number of results"
removedInput schema / properties / max_results / maximum
Removed value: -20
removedInput schema / properties / max_results / minimum
Removed value: -1
addedInput schema / properties / max_results / title
Added value: +"Max Results"
removedInput schema / properties / query / description
Removed value: -"Natural language search query"
addedInput schema / properties / query / title
Added value: +"Query"
removedInput schema / properties / similarity_threshold / description
Removed value: -"Minimum similarity threshold"
removedInput schema / properties / similarity_threshold / maximum
Removed value: -1
removedInput schema / properties / similarity_threshold / minimum
Removed value: -0
addedInput schema / properties / similarity_threshold / title
Added value: +"Similarity Threshold"
addedInput schema / title
Added value: +"semantic_searchArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "title": "Result",
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "semantic_searchOutput",
+ "type": "object"
+}