Skip to content

cengizonkal/ask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?"

About

A CLI tool for querying Markdown documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages