tutorial on django and typesense
Budget: $30 – $250 USD
Title: Intermediate Tutorial on Django and Typesense for a Specific Application with Postgres as db
I am seeking a tutorial on Django and Typesense at an intermediate level. The tutorial should focus on a specific application and be presented in video format.
What I want is create a simple static page (html) with a search box and under the box a few category words that can filter information.. information could be the same recipes that typesense uses in one of their github pages.. *https://github.com/typesense/showcase-recipe-search)
I want to create:
1. use postgres to store information
2. create embeddings from recipes (or whatever information you decide to use) --probably use pgvector to store those vectors
3. store that information in the database
4. and then search that information with typesense (you can search vectors with typesense right now)
5. via a simple static html page with a search box and categories to filter information and show information below..
I am seeking a tutorial on Django and Typesense at an intermediate level. The tutorial should focus on a specific application and be presented in video format.
What I want is create a simple static page (html) with a search box and under the box a few category words that can filter information.. information could be the same recipes that typesense uses in one of their github pages.. *https://github.com/typesense/showcase-recipe-search)
I want to create:
1. use postgres to store information
2. create embeddings from recipes (or whatever information you decide to use) --probably use pgvector to store those vectors
3. store that information in the database
4. and then search that information with typesense (you can search vectors with typesense right now)
5. via a simple static html page with a search box and categories to filter information and show information below..