-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bd7b7c
commit 4f7cf89
Showing
7 changed files
with
97 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/0xPlaygrounds/rig/releases/tag/rig-lancedb-v0.1.0) - 2024-10-24 | ||
|
||
### Added | ||
|
||
- update examples to use new version of VectorStoreIndex trait | ||
- replace document embeddings with serde json value | ||
- merge all arrow columns into JSON document in deserializer | ||
- finish implementing deserialiser for record batch | ||
- implement deserialization for any recordbatch returned from lanceDB | ||
- add indexes and tables for simple search | ||
- create enum for embedding models | ||
- add vector_search_s3_ann example | ||
- implement ANN search example | ||
- start implementing top_n_from_query for trait VectorStoreIndex | ||
- implement get_document method of VectorStore trait | ||
- implement search by id for VectorStore trait | ||
- implement add_documents on VectorStore trait | ||
- start implementing VectorStore trait for lancedb | ||
|
||
### Fixed | ||
|
||
- update lancedb examples test data | ||
- make PR changes Pt II | ||
- make PR changes pt I | ||
- *(lancedb)* replace VectorStoreIndexDyn with VectorStoreIndex in examples | ||
- mongodb vector search - use num_candidates from search params | ||
- fix bug in deserializing type run end | ||
- make PR requested changes | ||
- reduce opanai generated content in ANN examples | ||
|
||
### Other | ||
|
||
- cargo fmt | ||
- lance db examples | ||
- add example docstring | ||
- add doc strings | ||
- update rig core version on lancedb crate, remove implementation of VectorStore trait | ||
- remove print statement | ||
- use constants instead of enum for model names | ||
- remove associated type on VectorStoreIndex trait | ||
- cargo fmt | ||
- conversions from arrow types to primitive types | ||
- Add doc strings to utility methods | ||
- add doc string to mongodb search params struct | ||
- Merge branch 'main' into feat(vector-store)/lancedb | ||
- create wrapper for vec<DocumentEmbeddings> for from/tryfrom traits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters