Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 253 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 253 Bytes

ai_indexer

a small tool for semantic indexing and searching

  • only pdfs for now
  • requires pdftotext command to be available
  • requires lmdb

install

pip install .

index:

ls ~/Documents/*.pdf | ai_indexer index -

ai_indexer search 'hello'