A CLI tool for finding PDF files in a directory, extracting their text content, and making them searchable using Weaviate vector database.
# Clone the repository
git clone [repository-url]
cd local-weave
# Install dependencies
npm install
# Configure environment variables
cp .env.example .env
# Edit .env with your OpenAI API key