Skip to content

Commit

Permalink
github pagination (#736)
Browse files Browse the repository at this point in the history
* add pagine nmp package

* Add pagination and retry support to GitHub client, update dependencies and error handling

* Comment out vector-search step in Ollama workflow

* Format package.json and make GitHub client method public in TypeScript interface

* Add reactions support to GitHub comments and issues in core package
  • Loading branch information
pelikhan authored Sep 30, 2024
1 parent 225b0c3 commit a69e3bc
Show file tree
Hide file tree
Showing 27 changed files with 800 additions and 225 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
- name: run summarize-ollama-phi3
run: yarn test:summarize --model ollama:phi3 --out ./temp/summarize-ollama-phi3
- name: run vector-search
run: yarn run:script vector-search --model ollama:phi3 --out ./temp/rag
# - name: run vector-search
# run: yarn run:script vector-search --model ollama:phi3 --out ./temp/rag
38 changes: 34 additions & 4 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ MIT License

The following npm package may be included in this product:

- genaiscript-vscode@1.57.0
- genaiscript-vscode@1.58.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -4431,9 +4431,9 @@ The following npm packages may be included in this product:
- @tokenizer/token@0.3.0
- [email protected]
- [email protected]
- genaiscript-core-internal@1.57.0
- genaiscript-sample@1.57.0
- genaiscript@1.57.0
- genaiscript-core-internal@1.58.0
- genaiscript-sample@1.58.0
- genaiscript@1.58.0
- [email protected]
- [email protected]
- [email protected]
Expand Down Expand Up @@ -4722,6 +4722,36 @@ SOFTWARE.

-----------

The following npm package may be included in this product:

- @octokit/plugin-retry@7.1.2

This package contains the following license and notice below:

MIT License

Copyright (c) 2018 Octokit contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----------

The following npm packages may be included in this product:

- @jimp/core@1.6.0
Expand Down
30 changes: 28 additions & 2 deletions docs/genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 28 additions & 2 deletions genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 28 additions & 2 deletions packages/auto/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a69e3bc

Please sign in to comment.