Skip to content

Commit 0255f82

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Our recommendation for each article:
6363

6464
| No. | Article | Description | Notebooks | Python code |
6565
|--------|---------|-------------|-----------------|-----------------|
66-
| 1 | [Forget text-to-SQL: Use this natural query instead](https://decodingml.substack.com/p/forget-text-to-sql-use-this-natural) | Learn to build a tabular semantic search RESTful API server that enables natural language queries. |[1_eda.ipynb](1_eda.ipynb)</br>• [2_tabular_semantic_search_superlinked.ipynb](2_tabular_semantic_search_superlinked.ipynb) | `superlinked_app` |
67-
| 2 | Tabular semantic search vs. text-to-SQL (WIP)| Deep dive into how tabular semantic search 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` |
66+
| 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` |
67+
| 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

6969
## 🏗️ Project Structure
7070

0 commit comments

Comments
 (0)