openai-to-sqlite

Save OpenAI API results to a SQLite database

APACHE-2.0 License

Downloads
186
Stars
223
Committers
1

Bot releases are hidden (Show)

openai-to-sqlite - 0.4.2 Latest Release

Published by simonw 6 months ago

  • Disable timeout on HTTPX requests to allow for slow responses. #17
openai-to-sqlite - 0.4.1

Published by simonw 6 months ago

  • Documentation updates.
openai-to-sqlite - 0.4

Published by simonw about 1 year ago

  • 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.
openai-to-sqlite - 0.3

Published by simonw over 1 year ago

  • 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.
openai-to-sqlite - 0.2

Published by simonw almost 2 years ago

  • 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
openai-to-sqlite - 0.1a0

Published by simonw almost 2 years ago

  • Initial prototype release.
  • embeddings and search commands. #1