Stevenic / vectra

Vectra is a local vector database for Node.js with features similar to pinecone but built using local files.
MIT License
321 stars 29 forks source link

CLI: add a watch mode that automatically re-indexes local files when a change occurs #23

Open Stevenic opened 9 months ago

Stevenic commented 9 months ago

The command should be something like vectra watch <index> --keys <keys> --list <path list>. This should be done after #22 is finished.

GaureeshAnvekar commented 7 months ago

Does this have to be using a cron job, or before every query check if the index has to be updated and do it right before the query?

Stevenic commented 7 months ago

@GaureeshAnvekar it would use file system events to listen for folder changes