@gair/codex-med 0.1.2 → 0.1.3
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 +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -57,6 +57,7 @@ The binary lands at `codex-rs/target/release/codex`. To package it as an npm tar
|
|
|
57
57
|
|
|
58
58
|
- [Model integration guide](docs/model-integration.md) — how to plug self-hosted prediction models into the agent
|
|
59
59
|
- [Vector knowledge tool](docs/vector-knowledge-tool.md) — how to configure the built-in vector database search tool
|
|
60
|
+
- [Qwen vector database deployment](docs/qwen-vector-database-deployment.md) — how to deploy Qdrant, connect Qwen embedding/reranker services, import data, and use the database from Codex
|
|
60
61
|
- [Configuration](docs/config.md)
|
|
61
62
|
- [Contributing](docs/contributing.md)
|
|
62
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gair/codex-med",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Codex CLI for medical domain agents (fork of OpenAI Codex CLI).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@gair/codex-med-linux-x64": "npm:@gair/codex-med@0.1.
|
|
23
|
+
"@gair/codex-med-linux-x64": "npm:@gair/codex-med@0.1.3-linux-x64"
|
|
24
24
|
}
|
|
25
25
|
}
|