fsu-ml

20241101

RAG: Retrieval-Augmented Generation

I used uv to create the virtual environment.

# On macOS and Linux.
$ curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

# With pip.
$ pip install uv

Then uv sync should installed in the current folder all the required packages.