Skip to content

Commit c8c56ea

Browse files
authored
Release 0.2.3 (#32)
* Add `Rag.Ai.Ollama` as ollama provider * Add `build_context/3`, `build_context_sources/3`, `build_prompt/3` to enable full pipeline interface * Enable streaming of responses (@W3NDO, thank you for your contribution!)
1 parent 0460925 commit c8c56ea

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v0.2.3
4+
* Add `Rag.Ai.Ollama` as ollama provider
5+
* Add `build_context/3`, `build_context_sources/3`, `build_prompt/3` to enable full pipeline interface
6+
* Enable streaming of responses (@W3NDO, thank you for your contribution!)
7+
38
## v0.2.2
49
* Add `ref` to `Generation` for referencing in telemetry handler
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ by adding `rag` to your list of dependencies in `mix.exs`:
2727
```elixir
2828
def deps do
2929
[
30-
{:rag, "~> 0.2.2"}
30+
{:rag, "~> 0.2.3"}
3131
]
3232
end
3333
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Rag.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/bitcrowd/rag"
5-
@version "0.2.2"
5+
@version "0.2.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)