krishna195 commited on
Commit
7bd9c81
·
verified ·
1 Parent(s): e0e8627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +33 -17
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
- Curly Strings is an Estonian folk band known for blending traditional and modern sounds.
17
- Here are some of their popular songs:
18
- 1. Kalakesed
19
- 2. Kus mu süda on ...
20
- 3. Vitsalaul
21
- 4. Viimases jaamas
22
- 5. Salaja
23
- 6. Üle ilma
24
- 7. Šveits
25
- 8. Kallimale
26
- 9. Üksteist peab hoidma
27
- 10. Suuda öelda ei
 
 
 
 
 
 
 
 
 
 
 
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.