You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,7 +27,6 @@ The following Redis Stack capabilities are available in this demo:
26
27
- Flat (brute-force)
27
28
-**Hybrid Queries**
28
29
- Apply tags as pre-filter for vector search
29
-
-**Full text search**
30
30
-**JSON storage**
31
31
32
32
@@ -114,4 +114,4 @@ It's typically easier to write front end code in an interactive environment (**o
114
114
115
115
#### Issues building the container
116
116
- Sometimes it works if you try again. Or maybe you need to clear out some Docker cache. Run `docker system prune`, restart Docker Desktop, and try again.
117
-
- The generated `node_modules` folder (under `gui/` when running the app outside of Docker) can mess things up when building docker images. Delete that folder (if present) and try rebuilding again.
117
+
- The generated `node_modules` folder (under `gui/` when running the app outside of Docker) can mess things up when building docker images. Delete that folder (if present) and try rebuilding again.
0 commit comments