Skip to content

cassiogiehl/rag-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Learnings

RAG Architecture

Goal

  • Load some PDF file and talk with that

Steps

  • Load the pdf from a path
  • split this words
  • create embeddings
  • save in vectorstore database
  • retrieval

Install

  • cp .env.example .env
  • docker build -t langchain-app .
  • docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published