-
Notifications
You must be signed in to change notification settings - Fork 452
Qdrant OCR search Cookbook #214
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: main
Are you sure you want to change the base?
Conversation
|
Hello @thierrypdamiba, Thank you for the PR. I’m getting the following error when I try to open the cookbook. It seems something is missing to render the notebook. Could you please check and update the cookbook?
|
Fix formatting issues
Add readme for info and credentials
|
Hey Ravi, thanks for catching that. I debugged and found it was related to the widgets. Let me know if you still have any issues. I also noticed that other folders have a readme so I added one for Qdrant. If this format works I can submit the 2nd multimodal notebook with the same flow. Thanks! |
|
|
||
| You’ll need credentials for both **Mistral** and **Qdrant**. | ||
|
|
||
| ### Qdrant Cloud |
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.
Could you add details about setting up Qdrant Cloud and obtaining a Mistral API key at the beginning of the cookbook? That way, readers will have everything ready, and the flow will be smoother as they start working through it.
|
The function |
|
Since we’re not doing any training or testing here, I think it would be better to just use the training dataset and build everything on top of it. What do you think? |

Cookbook Pull Request
Description
This PR adds a new Qdrant OCR search notebook demonstrating how to use Qdrant vector search for OCR-based document search with Mistral AI OCR models. The notebook showcases:
Dependencies required:
Type of Change
What type of PR is it?
Cookbook Checklist:
README.md Checklist
Additional Context
This notebook provides a practical example of combining OCR capabilities with vector search for document intelligence. It demonstrates a real-world use case where users can search through scanned documents using natural language queries, making document archives more accessible and searchable.