Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.yaml 948 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  1. # Control which BookCrossing and Amazon data sets are enabled
  2. bx:
  3. # BX is disabled by default since the source site is offline
  4. enabled: false
  5. az2014:
  6. enabled: true
  7. az2018:
  8. enabled: true
  9. # configure the input source. can be "ratings" or "reviews".
  10. source: reviews
  11. # Configure the GoodReads data
  12. goodreads:
  13. # Enable or disable GoodReads. Disabling GoodReads removes its use
  14. # entirely, not only for interactions.
  15. enabled: true
  16. # Control whether to incorporate book ratings or just interactions. The
  17. # review files are available upon request from the UCSD team.
  18. reviews: true
  19. openlibrary:
  20. # Date of the OpenLibrary to download
  21. # you can find available dumps at https://archive.org/details/ol_exports?sort=-publicdate
  22. date: "2023-12-31"
  23. viaf:
  24. # unlike openlibrary, old links don't work — need to update when rerunning
  25. date: "2024-01-01"
  26. url: https://viaf.org/viaf/data/viaf-20231107-clusters-marc21.xml.gz
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...