Skip to content

Releases: 0xPlaygrounds/rig

rig-qdrant-v0.1.0

04 Nov 17:36
bdfe1ba
Compare
Choose a tag to compare
chore: Release package rig-qdrant version 0.1.0

rig-mongodb-v0.1.3

24 Oct 16:06
f43d7b2
Compare
Choose a tag to compare

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

24 Oct 16:05
f43d7b2
Compare
Choose a tag to compare

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

24 Oct 15:49
4f7cf89
Compare
Choose a tag to compare

Added

  • Generalize EmbeddingModel::embed_documents with IntoIterator
  • 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

01 Oct 20:11
4042f5d
Compare
Choose a tag to compare

Other

  • updated the following local packages: rig-core

rig-mongodb-v0.1.1

01 Oct 19:17
b961b5b
Compare
Choose a tag to compare

Other

  • updated the following local packages: rig-core

rig-core-v0.2.1

01 Oct 20:11
4042f5d
Compare
Choose a tag to compare

Fixed

  • (docs) Docs still referring to old types

Other

  • Merge pull request #45 from 0xPlaygrounds/fix/docs

rig-core-v0.2.0

01 Oct 19:16
b961b5b
Compare
Choose a tag to compare

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 to chat_history
  • adjust API to be cleaner + add docstrings

Other

  • Merge pull request #43 from 0xPlaygrounds/fix/context-documents
  • Merge pull request #27 from 0xPlaygrounds/feat/anthropic
  • Fix docstrings
  • Deprecate RagAgent and Model in favor of versatile Agent
  • Make RagAgent VectorStoreIndex dynamic trait objects

rig-mongodb-v0.1.0

16 Sep 15:55
f08dd2e
Compare
Choose a tag to compare

Other

  • fmt code

rig-core-v0.1.0

16 Sep 15:55
f08dd2e
Compare
Choose a tag to compare

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