Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 542 Bytes

AI CLI Tool

This is a Python package intended for use directly from the terminal. It is designed to read your Markdown documents and return information about them.

Requirements

  • Python 3
  • Ollama service should be up and running

Installation

python install.py

Usage

#first populate database
python ask.py --populate_database --data-path=/path/to/documents

#then run ask.py to get information about your documents
python ask.py "what is the ip address of my router?"