Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
b5f161f
skeleton of notebooks
joemcelroy Jul 3, 2023
7f28b23
skeleton of notebooks
joemcelroy Jul 3, 2023
949d777
Merge branch 'notebooks-guides' of github.com:elastic/elasticsearch-l…
joemcelroy Jul 3, 2023
a31884f
simple notebook
joemcelroy Jul 3, 2023
f21efb8
updates
joemcelroy Jul 3, 2023
95f4feb
basics
joemcelroy Jul 4, 2023
69d1a64
updates
joemcelroy Jul 4, 2023
16e95c3
Merge branch 'notebooks-guides' of github.com:joemcelroy/elasticsearc…
joemcelroy Jul 4, 2023
38fe6ef
clean up
joemcelroy Jul 4, 2023
061a8cd
clear output
joemcelroy Jul 4, 2023
8c3d834
clean up indenting
joemcelroy Jul 4, 2023
22e33b7
Question ansswering using langchain
joemcelroy Jul 4, 2023
ae88333
adding text
joemcelroy Jul 4, 2023
46833f1
updates to cosine
joemcelroy Jul 4, 2023
4d1ff9e
updates to q/a
joemcelroy Jul 4, 2023
a40a546
updates to q/a
joemcelroy Jul 4, 2023
0a4df88
remove notebook
joemcelroy Jul 5, 2023
7325707
Merge branch 'notebooks-guides' of github.com:joemcelroy/elasticsearc…
joemcelroy Jul 5, 2023
8105bd8
Quering Filtering
yansavitski Jul 5, 2023
58d41dd
Update quering filtering
yansavitski Jul 5, 2023
2b178fe
Update filtering
yansavitski Jul 5, 2023
3216dbc
Merge branch 'joemcelroy:notebooks-guides' into notebooks-guides
yansavitski Jul 5, 2023
598ae4e
Update file
yansavitski Jul 5, 2023
ca62861
Use interactive fields for cloud connection
yansavitski Jul 5, 2023
a112c0c
Improve request output
yansavitski Jul 5, 2023
db63d49
Add different types of queries
yansavitski Jul 5, 2023
8fd7495
Add ELSER getting started notebook
leemthompo Jul 5, 2023
9b0037b
Add open in colab button
leemthompo Jul 5, 2023
24ac34a
Fix badge
leemthompo Jul 5, 2023
f3702b7
Minor cleanup
leemthompo Jul 5, 2023
7ff44f2
updates
joemcelroy Jul 6, 2023
8c9187f
Remove intall log
yansavitski Jul 6, 2023
b977437
Fix link in nav
yansavitski Jul 6, 2023
8a7d66b
Add RRF example, plus toy example walkthru
leemthompo Jul 7, 2023
1ff03e4
Clear output, add button
leemthompo Jul 7, 2023
866227e
Cleanup
leemthompo Jul 7, 2023
862f021
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
bca6a07
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
44e8d69
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
93fc1e4
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
a897c24
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
1a0dd44
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
2691ee4
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
1ec54ab
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
d52cd1a
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
57d2481
Update colab-notebooks-examples/search/01-keyword-querying-filtering.…
yansavitski Jul 7, 2023
87ff8f8
Update 01-keyword-querying-filtering.ipynb
yansavitski Jul 7, 2023
aad1462
Update 03-ELSER.ipynb
yansavitski Jul 7, 2023
7c9a227
Merge pull request #1 from yansavitski/notebooks-guides
joemcelroy Jul 7, 2023
638f73f
Merge pull request #3 from yansavitski/patch-1
joemcelroy Jul 7, 2023
fc9b702
Merge pull request #2 from leemthompo/notebooks-guides
joemcelroy Jul 7, 2023
eeb21cf
typos
joemcelroy Jul 7, 2023
ee5705c
updates
joemcelroy Jul 10, 2023
9541cf3
example json
joemcelroy Jul 10, 2023
59e3c99
updates to quick start
joemcelroy Jul 10, 2023
9f32980
updates to quick start
joemcelroy Jul 10, 2023
acc20ac
updates
joemcelroy Jul 10, 2023
0779515
fix link
joemcelroy Jul 10, 2023
da7c5dc
updates
joemcelroy Jul 10, 2023
0d96e74
updates
joemcelroy Jul 10, 2023
b16b7e4
remove cohere notebook
joemcelroy Jul 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
340 changes: 340 additions & 0 deletions colab-notebooks-examples/generative-ai/question-answering.ipynb

Large diffs are not rendered by default.

Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
Empty file.
Loading