Releases: 0xPlaygrounds/rig
Releases · 0xPlaygrounds/rig
rig-neo4j-v0.1.0
Features
- initial implementation
- supports
top_n
search for an existing index and database
rig-mongodb-v0.1.4
Added
- Qdrant support
Fixed
- wrong reference to companion crate
- missing qdrant readme reference
Other
- update deps version
- add coloured logos for integrations
rig-lancedb-v0.1.1
Fixed
- wrong reference to companion crate
- missing qdrant readme reference
Other
- update deps version
- add coloured logos for integrations
- (readme) test new logo coloration
rig-core-v0.4.0
Added
- (gemini) move system prompt to correct request field
- (provider-gemini) add support for gemini specific completion parameters
- (provider-gemini) add agent support in client
- (provider-gemini) add gemini embedding support
- (provider-gemini) add gemini support for basic completion
- (provider-gemini) add gemini API client
Fixed
- (gemini) issue when additionnal param is empty
- docs imports and refs
- (gemini) missing param to be marked as optional in completion res
Other
- Cargo fmt
- Add module level docs for the
tool
module - Fix loaders module docs references
- Add docstrings to loaders module
- Improve main lib docs
- Add
all
feature flag to rig-core - (gemini) add utility config docstring
- (gemini) remove try_from and use serde deserialization
- Merge branch 'main' into feat/model-provider/16-add-gemini-completion-embedding-models
- (gemini) separate gemini api types module, fix pr comments
- add debug trait to embedding struct
- (gemini) add addtionnal types from the official documentation, add embeddings example
- (provider-gemini) test pre-commits
- (provider-gemini) Update readme entries, add gemini agent example
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