Wouldn't it be wonderful to have a magical drive that would autonomously create the content of documents based on their name?
- It mounts Virtual Drive
- When empty file is created, it reads EXTENSION and FILENAME
- Select best plugin to serve EXTENSION
- DOCX - it will send FILENAME to OpenAI, to generate document based on FILENAME
- ✔️ First public commit
- ❌ Creating Images .jpg .png from filename
- ❌ Configuration portal
- ❌ Database integration
- ❌ Magic folders ex. Split PDFs, Cut background from image
This script works with all OpenAI models. Default model is gpt-3.5-turbo. To use a different model, specify it through LLM_MODEL or use the command line.
❌ TODO
Needless to say, Vector Drive is still in its alpha and thus we are still determining its direction and the steps to get there. To maintain this simplicity, we kindly request that you adhere to the following guidelines when submitting PRs:
- Focus on small, modular modifications rather than extensive refactoring.
- When introducing new features, provide a detailed description of the specific use case you are addressing.
Vector Drive is distributed on a GPL License.