Spaces:
Sleeping
Sleeping
Commit
Β·
a8c9ecb
1
Parent(s):
47012df
update readme
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ license: mit
|
|
| 9 |
short_description: LLM based Restaurant Recommendation chatbot.
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# AI Restaurant Recommendation Chatbot (Qwen2-1.5B-Instruct) π
|
| 13 |
|
| 14 |
This project implements an intelligent restaurant recommendation system using OpenStreetMap, sentence-transformer embeddings, FAISS vector search, and an LLM assistant (Qwen2-1.5B-Instruct).
|
| 15 |
It provides two main features:
|
|
@@ -51,7 +51,7 @@ sentence-transformers/all-MiniLM-L6-v2
|
|
| 51 |
|
| 52 |
5. Embeddings are indexed using FAISS (Inner Product search with L2 normalization).
|
| 53 |
|
| 54 |
-
6. User query is embedded and compared to all restaurants.
|
| 55 |
|
| 56 |
7. Results are ranked using a blended score:
|
| 57 |
|
|
|
|
| 9 |
short_description: LLM based Restaurant Recommendation chatbot.
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# AI Restaurant Recommendation Chatbot using RAG (Qwen2-1.5B-Instruct) π
|
| 13 |
|
| 14 |
This project implements an intelligent restaurant recommendation system using OpenStreetMap, sentence-transformer embeddings, FAISS vector search, and an LLM assistant (Qwen2-1.5B-Instruct).
|
| 15 |
It provides two main features:
|
|
|
|
| 51 |
|
| 52 |
5. Embeddings are indexed using FAISS (Inner Product search with L2 normalization).
|
| 53 |
|
| 54 |
+
6. User query is embedded and compared to all restaurants (RAG).
|
| 55 |
|
| 56 |
7. Results are ranked using a blended score:
|
| 57 |
|