Skip to content

Instantly share code, notes, and snippets.

@surister
Created January 29, 2025 13:18
Show Gist options
  • Select an option

  • Save surister/724356369b2a26b18207425dfa525a74 to your computer and use it in GitHub Desktop.

Select an option

Save surister/724356369b2a26b18207425dfa525a74 to your computer and use it in GitHub Desktop.
europython_Abstract.md

How to build a hybrid search service in Python with CrateDB.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment