Releases: 0xPlaygrounds/rig
Releases · 0xPlaygrounds/rig
rig-mongodb-v0.1.5
Other
- updated the following local packages: rig-core
rig-lancedb-v0.1.2
Other
- update Cargo.lock dependencies
rig-core-v0.4.1
Other
- Inefficient context documents serialization (#100)
rig-neo4j-v0.1.1
Fixed
- (neo4j) last minute doc and const adjustments
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