-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The tool currently lets you do this:
cat data.csv | openai-to-sqlite embeddings embeddings.db
But this is a bit weird, it means if you run openai-to-sqlite embeddings embeddings.db
it will hang waiting for input.
If you want to specify a file you have to use the -i
option:
openai-to-sqlite embeddings embeddings.db -i data.csv
I'm going to change it to require the filename as a positional argument, and support -
to mean standard input.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request