feat: provide vector store (#772)

* implement vectore store feature

* fix after integration testing

* fix golint error

* improve test to increare code coverage

* fix golint anc code coverage problem

* add tool_resource in assistant response

* chore: code style

* feat: use pagination param

* feat: use pagination param

* test: use pagination param

* test: rm unused code

---------

Co-authored-by: Denny Depok <61371551+kodernubie@users.noreply.github.com>
Co-authored-by: eric.p <eric.p>
This commit is contained in:
Peng Guan-Cheng
2024-06-19 16:37:21 +08:00
committed by GitHub
parent 68acf22a43
commit 0a42130899
4 changed files with 728 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ const (
const AzureAPIKeyHeader = "api-key"
const defaultAssistantVersion = "v1" // This will be deprecated by the end of 2024.
const defaultAssistantVersion = "v2" // upgrade to v2 to support vector store
// ClientConfig is a configuration of a client.
type ClientConfig struct {