Skip to content

Commit

Permalink
feat: Qdrant integration for increased Knowledge Base storage
Browse files Browse the repository at this point in the history
This PR allows Hyve users to connect with their Qdrant account to get a much more increased Knowledge Base storage.
  • Loading branch information
HardeepAsrani authored Oct 7, 2024
1 parent e6ecbf2 commit c06c2d3
Show file tree
Hide file tree
Showing 15 changed files with 2,038 additions and 84 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- name: Setup PHP version
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: simplexml
- name: Checkout source code
uses: actions/checkout@v2
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: simplexml, mysql
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
}
},
"require": {
"codeinwp/themeisle-sdk": "^3.3"
"codeinwp/themeisle-sdk": "^3.3",
"hkulekci/qdrant": "^0.5.7",
"symfony/http-client": "^6.4",
"nyholm/psr7": "^1.8"
}
}
Loading

0 comments on commit c06c2d3

Please sign in to comment.