Releases: simonw/openai-to-sqlite
Releases · simonw/openai-to-sqlite
0.4.2
0.4.1
0.4
- Text that is too long to be sent to the embedding model is now truncated to the correct length. #6
openai-to-sqlite similar
command, documented here. Thanks, Benoit Delbosc. #14- New
--count
option foropenai-to-sqlite search
command. #13 - Dropped support for Python 3.7 due to new dependency on
tiktoken
.
0.3
0.2
openai-to-sqlite embeddings
command can read JSON, CSV or TSV from a file or from standard input and fetch and store embeddings for that data. #1openai-to-sqlite embeddings --sql
command can read the data to be embedded from a SQL query. #2- Data is now sent to the OpenAI API in batches, defaulting to 100 and with a size that can be specified using
--batch-size
up to 2048. #5