In this talk Ivan, a Database Ecosystem Engineer at @CrateDB is going to show you how to create from scratch a hybrid search (key-word search and vector search ) service in Python with CrateDB.
He will give/explain you:
- what is and why we want hybrid search
- have a quick look at CrateDB
- how to create Python client library to do hybrid search
- how to use FastApi to build a web service
- how to use everything we created to make a documentation search service for our technical documentation at CrateDB.