Skip to content

Releases: simonw/openai-to-sqlite

0.4.2

17 Apr 02:58
2cad6fc
Compare
Choose a tag to compare
  • Disable timeout on HTTPX requests to allow for slow responses. #17

0.4.1

17 Apr 02:52
22e320a
Compare
Choose a tag to compare
  • Documentation updates.

0.4

15 Aug 05:00
Compare
Choose a tag to compare
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 for openai-to-sqlite search command. #13
  • Dropped support for Python 3.7 due to new dependency on tiktoken.

0.3

29 Apr 06:19
22d9e8c
Compare
Choose a tag to compare
0.3
  • New openai-to-sqlite query data.db SQL command for executing SQL queries against a database with access to custom OpenAI SQL functions. #11
  • New chatgpt(prompt) and chatgpt(prompt, system_prompt) SQL functions for use with openai-to-sqlite query.

0.2

13 Jan 16:59
Compare
Choose a tag to compare
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. #1
  • openai-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

0.1a0

03 Jan 01:24
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial prototype release.
  • embeddings and search commands. #1