Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,26 +13,42 @@ embedder = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2")
|
|
13 |
# ✅ Curly Strings Knowledge (Stored in ChromaDB as Vectors)
|
14 |
knowledge_base = [
|
15 |
{"id": "song_list", "text": """
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"""},
|
29 |
{"id": "related_artists", "text": """
|
30 |
If you enjoy Curly Strings, you might also like:
|
31 |
-
- Trad.Attack
|
32 |
-
- Eesti Raadio laululapsed
|
33 |
-
- Körsikud
|
34 |
-
- Karl-Erik Taukar
|
35 |
-
- Dag
|
|
|
|
|
|
|
|
|
|
|
36 |
"""},
|
37 |
{"id": "background", "text": """
|
38 |
Curly Strings started in Estonia and became famous for their unique blend of folk and contemporary music.
|
|
|
13 |
# ✅ Curly Strings Knowledge (Stored in ChromaDB as Vectors)
|
14 |
knowledge_base = [
|
15 |
{"id": "song_list", "text": """
|
16 |
+
Here are some songs by Curly Strings:
|
17 |
+
1. **Kalakesed**
|
18 |
+
2. **Kus mu süda on ...**
|
19 |
+
3. **Vitsalaul**
|
20 |
+
4. **Viimases jaamas**
|
21 |
+
5. **Salaja**
|
22 |
+
6. **Üle ilma**
|
23 |
+
7. **Šveits**
|
24 |
+
8. **Kallimale**
|
25 |
+
9. **Üksteist peab hoidma**
|
26 |
+
10. **Suuda öelda ei**
|
27 |
+
11. **Annan käe**
|
28 |
+
12. **Tulbid ja Bonsai**
|
29 |
+
13. **Tüdruk Pika Kleidiga**
|
30 |
+
14. **Armasta mind (feat. Vaiko Eplik)**
|
31 |
+
15. **Minu, Pets, Margus ja Priit**
|
32 |
+
16. **Kauges külas**
|
33 |
+
17. **Tule ja jää**
|
34 |
+
18. **Kuutõbine**
|
35 |
+
19. **Omaenese ilus ja veas**
|
36 |
+
20. **Pulmad**
|
37 |
+
21. **Pillimeeste laul**
|
38 |
+
22. **Tehke ruumi!**
|
39 |
"""},
|
40 |
{"id": "related_artists", "text": """
|
41 |
If you enjoy Curly Strings, you might also like:
|
42 |
+
- **Trad.Attack!**
|
43 |
+
- **Eesti Raadio laululapsed**
|
44 |
+
- **Körsikud**
|
45 |
+
- **Karl-Erik Taukar**
|
46 |
+
- **Dag**
|
47 |
+
- **Sadamasild**
|
48 |
+
- **Kruuv**
|
49 |
+
- **Smilers**
|
50 |
+
- **Mari Jürjens**
|
51 |
+
- **Terminaator**
|
52 |
"""},
|
53 |
{"id": "background", "text": """
|
54 |
Curly Strings started in Estonia and became famous for their unique blend of folk and contemporary music.
|