-
Notifications
You must be signed in to change notification settings - Fork 122
docs: Add course content for Day 4 #1931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for condescending-goldwasser-91acf0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/what-is-quantization.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/rescoring-oversampling-indexing.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/rescoring-oversampling-indexing.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/rescoring-oversampling-indexing.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/rescoring-oversampling-indexing.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/rescoring-oversampling-indexing.md
Show resolved
Hide resolved
- Memory management for large datasets | ||
- Monitoring and troubleshooting ingestion | ||
|
||
*Content to be added* No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thierrypdamiba @holyMolyTolli welp, what are we doing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note about upload_collection
/upload_points
- they exist only for the Python client, afaik
So for the Python client, they're good for large-scale upserts cause they support lazy batching, retries & parallelism, but for other clients, upsert is the only (and good for scalable uploads) option, and it allows batching, not only individual points
So I'd add here a warning that this video is focused on the python client
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, I am also lost why we're zeroing ef_construct
instead of m
for the initial bulk upload?
It won't work, minimum ef_construct
allowed is 4 @thierrypdamiba
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
|
||
## Analysis Framework | ||
|
||
### Performance Comparison |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latencies
Bcs performance kinda builds in quality for me, and here it's not measured
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
|
||
You'll know you've succeeded when: | ||
|
||
<input type="checkbox"> You've achieved measurable speed improvements (5x+ for scalar, 20x+ for binary) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did we take 5X from?
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-4/pitstop-project.md
Outdated
Show resolved
Hide resolved
Can we point discord link to this instead? https://discord.com/channels/907569970500743200/1429673887590776832 |
No description provided.