chore: update readme
0
demo.gif → .github/visuals/demo.gif
vendored
|
Before Width: | Height: | Size: 623 KiB After Width: | Height: | Size: 623 KiB |
0
demo2.gif → .github/visuals/demo2.gif
vendored
|
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
0
demo3.gif → .github/visuals/demo3.gif
vendored
|
Before Width: | Height: | Size: 350 KiB After Width: | Height: | Size: 350 KiB |
0
demo4.gif → .github/visuals/demo4.gif
vendored
|
Before Width: | Height: | Size: 14 MiB After Width: | Height: | Size: 14 MiB |
3
.github/workflows/test.yml
vendored
@@ -1,13 +1,12 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: !startsWith(github.event.head_commit.message, 'chore')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
10
README.md
@@ -47,23 +47,23 @@ npm run dev $QUERY
|
||||
```
|
||||
|
||||
## Demo
|
||||
> using `gemini-1.5-flash` as llm, `gemini-2.0-flash` leads to much better!
|
||||
> was recorded with `gemini-1.5-flash`, the latest `gemini-2.0-flash` leads to much better results!
|
||||
|
||||
Query: `"what is the latest blog post's title from jina ai?"`
|
||||
3 steps; answer is correct!
|
||||

|
||||

|
||||
|
||||
Query: `"what is the context length of readerlm-v2?"`
|
||||
2 steps; answer is correct!
|
||||

|
||||

|
||||
|
||||
Query: `"list all employees from jina ai that u can find, as many as possible"`
|
||||
11 steps; partially correct! but im not in the list :(
|
||||

|
||||

|
||||
|
||||
Query: `"who will be the biggest competitor of Jina AI"`
|
||||
42 steps; future prediction kind, so it's arguably correct! atm Im not seeing `weaviate` as a competitor, but im open for the future "i told you so" moment.
|
||||

|
||||

|
||||
|
||||
More examples:
|
||||
|
||||
|
||||