-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #631 from wjohnsto/master
Adding semantic text and image search tutorials, adding chatbot tutorial tile
- Loading branch information
Showing
22 changed files
with
837 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+573 KB
docs/howtos/solutions/vector/common-ai/images/01-dashboard-semantic-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+646 KB
docs/howtos/solutions/vector/common-ai/images/01-dashboard-semantic-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+197 KB
(170%)
docs/howtos/solutions/vector/common-ai/images/01-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 KB
docs/howtos/solutions/vector/common-ai/images/08-settings-image-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 20 additions & 17 deletions
37
docs/howtos/solutions/vector/common-ai/microservices-ecommerce-ai.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,29 @@ | ||
The e-commerce microservices application consists of a frontend, built using [Next.js](https://nextjs.org/) with [TailwindCSS](https://tailwindcss.com/). The application backend uses [Node.js](https://nodejs.org). The data is stored in | ||
[Redis](https://redis.com/try-free/) and MongoDB/ Postgressql using [Prisma](https://www.prisma.io/docs/reference/database-reference/supported-databases). Below you will find screenshots of the frontend of the e-commerce app: | ||
The e-commerce microservices application consists of a frontend, built using [Next.js](https://nextjs.org/) with [TailwindCSS](https://tailwindcss.com/). The application backend uses [Node.js](https://nodejs.org). The data is stored in [Redis](https://redis.com/try-free/) and either MongoDB or PostgreSQL, using [Prisma](https://www.prisma.io/docs/reference/database-reference/supported-databases). Below are screenshots showcasing the frontend of the e-commerce app. | ||
|
||
- `Dashboard`: Shows the list of products with search functionality | ||
**Dashboard:** Displays a list of products with different search functionalities, configurable in the settings page. | ||
 | ||
|
||
 | ||
**Settings:** Accessible by clicking the gear icon at the top right of the dashboard. Control the search bar, chatbot visibility, and other features here. | ||
 | ||
|
||
- `Chat bot`: The chat bot is available on the bottom right corner of the page. It can be used to search for products and view the product details. | ||
**Dashboard (Semantic Text Search):** Configured for semantic text search, the search bar enables natural language queries. Example: "pure cotton blue shirts." | ||
 | ||
|
||
 | ||
**Dashboard (Semantic Image-Based Queries):** Configured for semantic image summary search, the search bar allows for image-based queries. Example: "Left chest nike logo." | ||
 | ||
|
||
Clicking on a product in the chat shows the product details on dashboard | ||
**Chat Bot:** Located at the bottom right corner of the page, assisting in product searches and detailed views. | ||
 | ||
|
||
 | ||
Selecting a product in the chat displays its details on the dashboard. | ||
 | ||
|
||
- `Shopping Cart`: Add products to the cart, then check out using the "Buy Now" button | ||
 | ||
**Shopping Cart:** Add products to the cart and check out using the "Buy Now" button. | ||
 | ||
|
||
- `Order history`: Once an order is placed, the `Orders` link in the top navigation bar shows the order status and history | ||
**Order History:** Post-purchase, the 'Orders' link in the top navigation bar shows the order status and history. | ||
 | ||
|
||
 | ||
|
||
- `Admin`: The `admin` link in the top navigation bar shows purchase stats and trending products. | ||
|
||
 | ||
 | ||
**Admin Panel:** Accessible via the 'admin' link in the top navigation. Displays purchase statistics and trending products. | ||
 | ||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+144 KB
docs/howtos/solutions/vector/image-summary-search/images/01-ui-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+573 KB
docs/howtos/solutions/vector/image-summary-search/images/02-ui-image-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 KB
...tos/solutions/vector/image-summary-search/images/03-ui-toggle-image-summary.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 KB
docs/howtos/solutions/vector/image-summary-search/images/product-img.webp
Binary file not shown.
Binary file added
BIN
+404 KB
.../howtos/solutions/vector/image-summary-search/images/redis-insight-ai-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.