Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 594 Bytes

llms-for-search-retrieval

Implement search and retrieval with Large Language Models

To get started

  1. Clone the repo
  2. Set up conda environment
    conda env create -f environment.yml
  3. Create an OpenAI account.
  4. Create an OpenAI API key and get $5 free credits.
  5. Create a file: .env and copy the API key into it using this format:
    OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
  6. Follow along with this notebook