v0.0.2
TL;DR
- Switched to OpenAI chat models for faster and cheaper completions
- Embedding takes much less time due to batched requests
What's Changed
- Used OpenAI chat model instead of completion model by @mmz-001 in #42
- Updated dependecies by @mmz-001 in #42
- Refactors and small bug fixes by @mmz-001 in #42
- Remove custom embedding module by @mmz-001 in #42
Full Changelog: v0.0.1...v0.0.2