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 similarcommand, documented here. Thanks, Benoit Delbosc. #14- New
--countoption foropenai-to-sqlite searchcommand. #13 - Dropped support for Python 3.7 due to new dependency on
tiktoken.
0.3
0.2
openai-to-sqlite embeddingscommand 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 --sqlcommand 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-sizeup to 2048. #5