Skip to content

Commit 7cc4717

Browse files
committed
Nat Lang Logic Preview
1 parent 0a27e6c commit 7cc4717

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/Doc-Home.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,17 @@ Then, you might like to try out some of our [dockerized test databases](Database
163163

164164
This pre-release includes:
165165

166-
* Version 11.01.27
167-
* Initial support for genai conversations (folder of prompt/response files)
168-
* E/R diagram creation in docs folder (`db.dmbl`)
169-
* Adding genai-create, genai-iterate
166+
* Version 11.02.07
167+
* Tech Preview of Natural Language Logic; to try, use the Manager:
168+
169+
```bash title='Tech Preview of Natural Language Logic'
170+
als genai --using=system/genai/examples/genai_demo/genai_demo.prompt
171+
```
170172

171173
You can try it at (you may need to use `python3`):
172174

173175
```bash
174-
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==11.01.27
176+
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ApiLogicServer==11.02.07
175177
```
176178

177179
Or use (not available currently):

0 commit comments

Comments
 (0)