Skip to content

Nerdward/llms-for-search-retrieval

Repository files navigation

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

Releases

No releases published

Packages

No packages published