-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: wd0517 <me@wangdi.ink>
- Loading branch information
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,9 @@ | |
}, | ||
"README": { | ||
"display": "hidden" | ||
} | ||
}, | ||
"--": { | ||
"type": "separator" | ||
}, | ||
"releases": "Releases" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Should be generate in build time, TODO | ||
_meta.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- .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. |