Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 533 Bytes

How Large Language Models Can Improve Your Search Project

Search Solutions 2023

The scope of this project is the support for the tutorial "How Large Language Models Can Improve Your Search Project" at Search Solutions 2023.

Requirements

Create an environment (using conda or other virtual environment) with Python version 3.10:

conda create --name LLM-Search python=3.10

conda activate LLM-Search

pip install -r requirements.txt

python serve.py

N.B. these work for a unix-based Operative Systems like MacOs