Why is it ingesting before every search?
Is storing it in json format necessary?
In my version I'm maintaining persistent vector store at one place with collection for every drive in windows and base directory (like /mnt, /var, ...) for unix based systems.
Before I make a PR, I've few questions...
Why is it ingesting before every search? Is storing it in json format necessary?
In my version I'm maintaining persistent vector store at one place with collection for every drive in windows and base directory (like /mnt, /var, ...) for unix based systems.