/LLM-in-search

Search Solutions 2023

Primary LanguagePythonApache License 2.0Apache-2.0

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