Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 466 Bytes

Orbuculum

  • Pronunciation
    • or-BOO-koo-lum

Introduction

This is a simple Python project that uses LLM to answer questions based on the given PDF files.

The project is based on https://github.com/pixegami/rag-tutorial-v2

How to use

Recharge - Load PDF files

$ orbuculum recharge

Ask - Ask your question

$ orbuculum ask <your question>

# Or execute orbuculum directly
$ orbuculum
Enter your query: <your question>