Skip to content

Commit

Permalink
release doc for v0.1.0 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: wd0517 <me@wangdi.ink>
  • Loading branch information
634750802 and wd0517 authored Aug 12, 2024
1 parent 92f05b0 commit 69cbe96
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/app/src/pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
},
"README": {
"display": "hidden"
}
},
"--": {
"type": "separator"
},
"releases": "Releases"
}
1 change: 1 addition & 0 deletions frontend/app/src/pages/docs/releases
2 changes: 2 additions & 0 deletions releases/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Should be generate in build time, TODO
_meta.json
34 changes: 34 additions & 0 deletions releases/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Release Notes for v0.1.0

## Overview

This is the first release of TiDB.AI.

## New Features

- LLM Model Support
- OpenAI
- Gemini
- OpenAI-Like
- openrouter
- zhipuai
- ...
- AnthropicVertex
- Bedrock
- Rerank Model Support
- Jina
- Cohere
- Embedding Model Support
- OpenAI
- Data Source Support
- Website
- Single URL
- Sitemap
- Local file
- .pdf
- .md
- .txt

## Known Issues

For a list of known issues, please visit our [GitHub Issues page](https://github.com/pingcap/tidb.ai/issues). If you encounter any problems, we encourage you to report them.

0 comments on commit 69cbe96

Please sign in to comment.