Releases: epsilla-cloud/vectordb
Releases · epsilla-cloud/vectordb
v0.3.12
What's Changed
- Geospatial search by @richard-epsilla in #139
- LIKE operator support by @richard-epsilla in #140
- Facet (group by / aggregation) support by @richard-epsilla in #142
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
- Create build-debug.yml by @eric-epsilla in #131
- handle single quote in string value expr; by @ricki-epsilla in #133
- Release API by @richard-epsilla in #132
- Use logger to print logs by @richard-epsilla in #137
- API to dump a database by @richard-epsilla in #138
Full Changelog: v0.3.9...v0.3.11
v0.3.9
What's Changed
- API to tune DB parameters by @richard-epsilla in #130
- Hybrid search API
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Support for Nomic Embedding API and Nomic Embed by @AndriyMulyar in #125
- Support MistralAI embedding by @richard-epsilla in #128
- Support variable embedding dimensions by @richard-epsilla in #129
- Filter on distance by @richard-epsilla in #126
New Contributors
- @AndriyMulyar made their first contribution in #125
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- Protect catalog change for high throughput by @richard-epsilla in #121
- feat: Add mixedbread ai support by @juliuslipp in #122
- Support uae-large-v1, bge-large-en-v1.5, gte-large, e5-large-v2, multilingual-e5-large, multilingual-e5-base, and gte-large-zh models
- Support OpenAI new text-embedding-ada-003 and small embedding models
- Support VoyageAI new voyage-2 and voyage-2-code embedding models
New Contributors
- @juliuslipp made their first contribution in #122
Full Changelog: v0.3.5...v0.3.7
v0.3.5
What's Changed
- Support Voyage AI embeddings by @richard-epsilla
v0.3.4
What's Changed
- Support upsert operation by @richard-epsilla in #117
- Sequentialize data updates with mutex by @richard-epsilla in #118
- Release 0.3.4 by @richard-epsilla in #120
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix dense vector index: fixed a bug that dense vector fields defined after sparse vector fields will cause coredump
- Improve json.getInt function to automatically convert floating numbers into integers
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Support Jina AI embedding by @richard-epsilla in #106
- Statistics API by @richard-epsilla in #109
- Improve insert/delete API response by @richard-epsilla in #113
- Fix distance error in concurrent query by @richard-epsilla in #115
- Fix delete by filter bug with int key by @richard-epsilla in #114
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Fix primary key insertion issue by @richard-epsilla in #98
- Update VERSION by @richard-epsilla in #99
- Auto embedding by @richard-epsilla in #100
- integrate embed into vectordb by @eric-epsilla in #101
Full Changelog: v0.2.3...v0.3.1