-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove aurora / pgvector / ECS embeddings for V2 (#561)
* remove aurora vectore store * remove ECS, cron schedule, vpc * remove embedding * fix api publish stack * remove useBedrockKnowledgeBaseForRag option * remove EmbeddingParams / SearchParams * remove EmbeddingParams / SearchParams from frontend * mv EDGE_SEARCH_PARAMS to KB * update github workflow * remove KB_ENABLED condition from frontend * hide prev bots before v2 * fix: pass ci * fix: usecase find_all_bots * fix: kb attribute required on KBeditPage * doc: Update readme * doc: add tip * doc: fix * update bin.sh * fix: link to the doc on bin.sh * change default version to v2 (easy deployment) * add replica opiton for opensaerch serverless * doc: add warning on migration guide * fix: shorten vector collection name to meet reguration (max 32 chars) * fix: description on s3 datasource * fix
- Loading branch information
Showing
86 changed files
with
605 additions
and
11,348 deletions.
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
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
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: | ||
- main | ||
- v1 | ||
- v2 | ||
jobs: | ||
deploy-docs: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: | ||
- main | ||
- v1 | ||
- v2 | ||
workflow_dispatch: {} | ||
|
||
jobs: | ||
|
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 |
---|---|---|
|
@@ -156,4 +156,4 @@ jobs: | |
author: github-actions <[email protected]> | ||
committer: github-actions <[email protected]> | ||
signoff: true | ||
base: v1 | ||
base: v2 |
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
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
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
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
Oops, something went wrong.