Skip to content

SeaseLtd/LLM-in-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages