Slide 28
Slide 28 text
Storage practices
Vector db vs Graph db
• Prioritize stats
• Some metadata / connections
• Avoid large data types / values
• Prioritize relationships
• Value = metadata / connections
• Avoid large types as properties
Document{
id='10609bf6-b358-449e-a4d1-8a6f2a2f805d',
text='As always a Page turner. may me think about where we are in our tech evolution.',
media='null',
metadata={
rating=4.0,
book_id=18505765,
distance=0.58059925
},
score=0.41940075159072876
}
Book[
id=18505765,
title=Dark Matter (Star Carrier, #5),
isbn=0062183990,
isbn13=9780062183996,
average_rating=3.93,
authors=[ Author[name=Ian Douglas] ],
reviewList=[
Review[
id=f78b825c122cc5b924957fafc7382bc1,
text=As always a Page turner. may me think about where we are in our tech evolution.,
book_id=18505765,
rating=4
]
]
]