rig icon indicating copy to clipboard operation
rig copied to clipboard

⚙️🦀 Build portable, modular & lightweight Fullstack Agents

Results 44 rig issues
Sort by recently updated
recently updated
newest added

Given @0xMochan's comment on #66 I took the liberty of creating an issue for it. Here are some of my thoughts. I hope it's helpful at all. Integration testing of...

test

- Add new `pipeline` module which provides a high level API to define complex workflows involving multiple LLM-powered steps

## 🤖 New release * `rig-core`: 0.5.0 -> 0.6.0 (⚠️ API breaking changes) * `rig-lancedb`: 0.2.0 -> 0.2.1 (✓ API compatible changes) * `rig-mongodb`: 0.2.0 -> 0.2.1 (✓ API compatible...

- [x] I have looked for existing issues (including closed) about this ## Feature Request Add a new high level building block to Rig: the agent chain! ### Motivation Agentic...

## Feature Request Add vector store support for PostgreSQL (with `pg_vector` extension). ### Motivation PostgreSQL is one of the most widely used open source databases and supports vector search via...

vector store

## Feature Request Generalize and simplify the vector store interface (and the integration of third party vector stores). ### Motivation Rig's current approach to vector stores and vector search is...

refactor

- [x] Add light-theme logo - [x] Add companion crates logos - [x] Add integrations logos (model providers, vector store) ? - [ ] Add garance's langchain comparison metrics -...

docs

# Inquiry About Image Input Support (e.g., Using GPT-4 Vision Preview API) ## Description Hello, I am currently using your framework for project development and would like to know if...

feature request

The `rig-lancedb` documentation could be improved with the following: - [ ] Document that `lancedb` requires the user to have installed `protoc` on their machine (the `lancedb` library will not...

docs