Skip to content

Workflow demo utilizing Weaviate (Python v.4) and Open AI Function calling.

Notifications You must be signed in to change notification settings

CS-Edwards/games_and_friends

Repository files navigation

Games and Friends Welcome

Games and Friends 😊🎲

Love board games? In this demo we build a workflow with Weaviate (Python v.4) and OpenAI to query our database which suggests games to play and friends to play them with using natural language prompts.

This demo is split into two parts (and two notebooks):

Throughout our demo we will:

  • Connect to Weaviate Cloud Database client instance
  • Import and review our dataset(s)
  • Create "Game" and "Player" Collections and Schema
  • Populate the Collections by importing data using two methods:
    • Batch: batch.dynamic()
    • Insert: insert_many()
  • Execute Generative Search on Collections
  • Create functions to update and query the database
  • Establish OpenAI Function Calling
  • Demo games and friends

🔑 API Keys:

For this demo you will need API Keys from:

  • Weaviate Cloud Database Instance
  • OpenAI

Happy Coding!

About

Workflow demo utilizing Weaviate (Python v.4) and Open AI Function calling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published