-
Notifications
You must be signed in to change notification settings - Fork 122
docs: Add course content for Day 5 #1932
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. |
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.
I left some comments regarding the lessons, and here are some important ones:
- Filtering does not work as described. Global filters are propagated all the way to prefetches.
- The Colbert reranking does not seem to be used correctly. FusionQuery does not accept a query parameter, so even if the Python client does not complain, it is not used. We probably need to nest one prefetch operation more.
- Recall is often used when we speak about retrieval. The latter one is more commonly used, so I tried to replace it everywhere.
In general, I would prefer to remove some parts that are mostly about filtering. We covered that already, and it's making the lessons longer than they could be.
qdrant-landing/content/course/essentials/day-5/colbert-multivectors.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/colbert-multivectors.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/colbert-multivectors.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/colbert-multivectors.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/colbert-multivectors.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/pitstop-project.md
Outdated
Show resolved
Hide resolved
qdrant-landing/content/course/essentials/day-5/universal-query-api-tutorial.ipynb
Outdated
Show resolved
Hide resolved
colbert-mulivectors changes from kacper Co-authored-by: Kacper Łukawski <[email protected]>
…ing_page into course-content-day-5
No description provided.