Releases: 0xPlaygrounds/rig
Releases · 0xPlaygrounds/rig
rig-qdrant-v0.1.0
chore: Release package rig-qdrant version 0.1.0
rig-mongodb-v0.1.3
Fixed
- make PR changes pt I
- mongodb vector search - use num_candidates from search params
Other
- Merge branch 'main' into feat(vector-store)/lancedb
rig-lancedb-v0.1.0
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 for from/tryfrom traits
rig-core-v0.3.0
Added
- Generalize
EmbeddingModel::embed_documents
withIntoIterator
- Add
from_env
constructor to Cohere and Anthropic clients - Small optimization to serde_json object merging
- Add better error handling for provider clients
Fixed
- Bad Anthropic request/response handling
- (vector-index) In memory vector store index incorrect search
Other
- Made internal
json_utils
module private - Update lib docs
- Made CompletionRequest helper method private to crate
- lint + fmt
- Simplify
agent_with_tools
example - Fix docstring links
- Add nextest test runner to CI
- Merge pull request #42 from 0xPlaygrounds/refactor(vector-store)/update-vector-store-index-trait
rig-mongodb-v0.1.2
Other
- updated the following local packages: rig-core
rig-mongodb-v0.1.1
Other
- updated the following local packages: rig-core
rig-core-v0.2.1
Fixed
- (docs) Docs still referring to old types
Other
- Merge pull request #45 from 0xPlaygrounds/fix/docs
rig-core-v0.2.0
Added
- anthropic models
Fixed
- (context) displaying documents should be deterministic (sorted by alpha)
- (context) spin out helper method + add tests
- move context documents to user prompt message
- adjust version const naming
- implement review suggestions + renaming
- add
completion_request.documents
tochat_history
- adjust API to be cleaner + add docstrings
Other
rig-mongodb-v0.1.0
Other
- fmt code
rig-core-v0.1.0
Added
- add o1-preview and o1-mini
Fixed
- (perplexity) fix preamble and context in completion request
- clippy warnings
Other
- Merge pull request #18 from 0xPlaygrounds/feat/perplexity-support
- Add logging of http errors
- fmt code