Skip to content

Commit 86d2385

Browse files
authored
Update README.md
1 parent 0255f82 commit 86d2385

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

+48
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,30 @@ Our recommendation for each article:
6666
| 1 | [Natural Queries for E-commerce with Tabular Semantic Search](https://decodingml.substack.com/p/forget-text-to-sql-use-this-natural) | Learn to build a tabular semantic search RESTful API server for Amazon e-commerce products using natural language queries. |[1_eda.ipynb](1_eda.ipynb)</br>• [2_tabular_semantic_search_superlinked.ipynb](2_tabular_semantic_search_superlinked.ipynb) | `superlinked_app` |
6767
| 2 | [Text-to-SQL vs Tabular Semantic Search: The Future of Search](https://decodingml.substack.com/p/stop-using-text-to-sql-for-search) | Deep dive into how tabular semantic search with multi-attribute vector indexes works and what it offers in addition to text-to-SQL strategies. |[3_tabular_semantic_search_text_to_sql.ipynb](3_tabular_semantic_search_text_to_sql.ipynb) | `superlinked_app` |
6868

69+
----
70+
71+
<table style="border-collapse: collapse; border: none;">
72+
<tr style="border: none;">
73+
<td width="20%" style="border: none;">
74+
<a href="https://decodingml.substack.com/" aria-label="Decoding ML">
75+
<img src="https://github.com/user-attachments/assets/f2f2f9c0-54b7-4ae3-bf8d-23a359c86982" alt="Decoding ML Logo" width="150"/>
76+
</a>
77+
</td>
78+
<td width="80%" style="border: none;">
79+
<div>
80+
<h2>📬 Stay Updated</h2>
81+
<p><b><a href="https://decodingml.substack.com/">Join Decoding ML</a></b> for proven content on production-grade AI, GenAI, and information retrieval systems. Every week, straight to your inbox.</p>
82+
</div>
83+
</td>
84+
</tr>
85+
</table>
86+
87+
<p align="center">
88+
<a href="https://decodingml.substack.com/">
89+
<img src="https://img.shields.io/static/v1?label&logo=substack&message=Subscribe Now&style=for-the-badge&color=black&scale=2" alt="Subscribe Now" height="40">
90+
</a>
91+
</p>
92+
6993
## 🏗️ Project Structure
7094

7195
```text
@@ -143,3 +167,27 @@ Open a [GitHub issue](https://github.com/decodingml/hands-on-retrieval/issues) f
143167
## License
144168

145169
This course is an open-source project released under the MIT license. Thus, as long you distribute our LICENSE and acknowledge your project is based on our work, you can safely clone or fork this project and use it as a source of inspiration for your educational projects (e.g., university, college degree, personal projects, etc.).
170+
171+
----
172+
173+
<table style="border-collapse: collapse; border: none;">
174+
<tr style="border: none;">
175+
<td width="20%" style="border: none;">
176+
<a href="https://decodingml.substack.com/" aria-label="Decoding ML">
177+
<img src="https://github.com/user-attachments/assets/f2f2f9c0-54b7-4ae3-bf8d-23a359c86982" alt="Decoding ML Logo" width="150"/>
178+
</a>
179+
</td>
180+
<td width="80%" style="border: none;">
181+
<div>
182+
<h2>📬 Stay Updated</h2>
183+
<p><b><a href="https://decodingml.substack.com/">Join Decoding ML</a></b> for proven content on production-grade AI, GenAI, and information retrieval systems. Every week, straight to your inbox.</p>
184+
</div>
185+
</td>
186+
</tr>
187+
</table>
188+
189+
<p align="center">
190+
<a href="https://decodingml.substack.com/">
191+
<img src="https://img.shields.io/static/v1?label&logo=substack&message=Subscribe Now&style=for-the-badge&color=black&scale=2" alt="Subscribe Now" height="40">
192+
</a>
193+
</p>

0 commit comments

Comments
 (0)