Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 496 Bytes

File metadata and controls

13 lines (8 loc) · 496 Bytes

Building Your Own Search Assistant

Code for my talk on building your own search assistant

How to run

  • Create a conda or a virtual environment and install the packages in referenced in requirements.txt
  • Copy .env.example as .env, and fill in the values with your own Azure OpenAI deployment
  • You can now run the notebok.

See also

The code and slides for older version of this talk are available here.