v0.3.0 (2024-02-10)
Added
- Added support for more OpenAI embedding models (PR #6)
- Added support for more embedding creators/providers: (PR #10)
Improved
- Improve concurrency when adding documents to collection (PR #2)
- Rename
ClienttoDBto better indicate that the database is embedded and there's no client-server separation (PR #3) - Change OpenAPI embedding model from "text-embedding-ada-002" to "text-embedding-3-small" (PR #4)
- Allow custom base URL for OpenAI, enabling the use of Azure OpenAI, LiteLLM, ollama etc. (PR #7)
- Renamed
EmbeddingFuncconstructors to follow best practice (PR #9)
Fixed
- Don't allow
nResultsarg < 0 (PR #5)
Breaking changes
- Several function names and signatures were changed in this release. This can happen as long as the version is at
v0.x.y.