Skip to content

Commit b9a7974

Browse files
committed
version: 0.17.0
1 parent 10f1ffc commit b9a7974

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.changeset/goofy-monkeys-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-moose-ring.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- 942cf4f: - Add `load_adaptor_docs` and `search_adaptor_docs` services, which
8+
use postgres to cache and search docs data
9+
- Use new adaptor docs lookup in `job_chat`, for faster, leaner and better
10+
docs lookup
11+
12+
### Patch Changes
13+
14+
- 3095a37: add refresh rag flag
15+
316
## 0.16.3
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo",
33
"module": "platform/index.ts",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",

0 commit comments

Comments
 (0)