Simonw による OpenAI-to-SQLite
This tool provides utilities for interacting with OpenAI APIs and storing the results in a SQLite database. See Semantic search answers: Q&A against documentation with GPT3 + OpenAI embeddings for background on this project. Installation Install this tool using pip: pip install openai-to-sqlite Configuration You will need an OpenAI API key to use this tool.…