@sisu-ai/adapter-ollama 9.0.2 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
<div align="right">
|
|
2
|
-
<a href="https://github.com/finger-gun/sisu"><img src="https://github.com/finger-gun/sisu/raw/main/sisu-light.svg" alt="ProjectSpecs" width="100" /></a>
|
|
3
|
-
</div>
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
1
|
# @sisu-ai/adapter-ollama
|
|
8
2
|
|
|
9
|
-
Ollama
|
|
3
|
+
Connect Sisu to local Ollama models with native tool support and streaming.
|
|
10
4
|
|
|
11
5
|
[](https://github.com/finger-gun/sisu/actions/workflows/tests.yml)
|
|
12
6
|
[](https://github.com/finger-gun/sisu/actions/workflows/github-code-scanning/codeql)
|
|
@@ -158,9 +152,9 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
158
152
|
- [@sisu-ai/tool-azure-blob](packages/tools/azure-blob/README.md)
|
|
159
153
|
- [@sisu-ai/tool-extract-urls](packages/tools/extract-urls/README.md)
|
|
160
154
|
- [@sisu-ai/tool-github-projects](packages/tools/github-projects/README.md)
|
|
155
|
+
- [@sisu-ai/tool-rag](packages/tools/rag/README.md)
|
|
161
156
|
- [@sisu-ai/tool-summarize-text](packages/tools/summarize-text/README.md)
|
|
162
157
|
- [@sisu-ai/tool-terminal](packages/tools/terminal/README.md)
|
|
163
|
-
- [@sisu-ai/tool-vec-chroma](packages/tools/vec-chroma/README.md)
|
|
164
158
|
- [@sisu-ai/tool-web-fetch](packages/tools/web-fetch/README.md)
|
|
165
159
|
- [@sisu-ai/tool-web-search-duckduckgo](packages/tools/web-search-duckduckgo/README.md)
|
|
166
160
|
- [@sisu-ai/tool-web-search-google](packages/tools/web-search-google/README.md)
|
|
@@ -168,6 +162,19 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
168
162
|
- [@sisu-ai/tool-wikipedia](packages/tools/wikipedia/README.md)
|
|
169
163
|
</details>
|
|
170
164
|
|
|
165
|
+
<details>
|
|
166
|
+
<summary>All RAG packages</summary>
|
|
167
|
+
|
|
168
|
+
- [@sisu-ai/rag-core](packages/rag/core/README.md)
|
|
169
|
+
</details>
|
|
170
|
+
|
|
171
|
+
<details>
|
|
172
|
+
<summary>All vector packages</summary>
|
|
173
|
+
|
|
174
|
+
- [@sisu-ai/vector-core](packages/vector/core/README.md)
|
|
175
|
+
- [@sisu-ai/vector-chroma](packages/vector/chroma/README.md)
|
|
176
|
+
</details>
|
|
177
|
+
|
|
171
178
|
<details>
|
|
172
179
|
<summary>All examples</summary>
|
|
173
180
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisu-ai/adapter-ollama",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/finger-gun/sisu/issues"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@sisu-ai/core": "^2.
|
|
24
|
+
"@sisu-ai/core": "^2.4.0"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"sisu",
|