@akropolys/kiku 1.5.4 → 1.5.5

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/dist/index.mjs CHANGED
@@ -2272,7 +2272,7 @@ function SparkleModal({
2272
2272
  const client = useAkropolysContext4();
2273
2273
  const [fetchedProduct, setFetchedProduct] = useState6(null);
2274
2274
  const displayProduct = initialProduct || fetchedProduct;
2275
- const { results, loading: searchLoading, search } = useSearch2();
2275
+ const { results, loading: searchLoading, search } = useSearch2({ type: "vector" });
2276
2276
  const { messages, sources, loading: chatLoading, error: chatError, send } = useKiku3();
2277
2277
  const [chatInput, setChatInput] = useState6("");
2278
2278
  const [isMobile, setIsMobile] = useState6(false);