Skip to content

iangalvao/RabbitMetrics_Langchain_Tutorial

Repository files navigation

RabbitMetrics Tutorial

This Repository was made following a tutorial posted on YouTube by the channel ai_anytime. The original repository is here.I included a Dockerfile, a Makefile and poetry package versioning.

Docker Setup

To use this application with Docker, follow these steps:

Build the Docker Image

Build the Docker image using the provided Dockerfile:

make build

Run the Application

Run the Docker container to launch the PDF search application:

make run

This command will start the application and expose it on port 8501.

Access the Application

Access the application by opening a web browser and navigating to http://localhost:8888.

Dependencies

You can find the main list of dependencies in the pyproject.toml files.

About

A basic langchain tutorial from RabbitMetrics Youtube channel. I added docker, make and poetry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages