Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding automatic_embedding_tei_inference_endpoints.ipynb #5

Merged
merged 59 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
72ff7fd
Adding automatic_embedding_tei_inference_endpoints.ipynb
datavistics Dec 15, 2023
6836b6c
Added changes from Maria's comments!
datavistics Jan 25, 2024
0d92928
Moving image to dataset
datavistics Jan 25, 2024
b11b997
Fixing notebook to add maria's changes and update the image
datavistics Feb 6, 2024
17605e5
Adding latest changes
datavistics Feb 19, 2024
a5ccc30
Merge remote-tracking branch 'origin/main'
datavistics Feb 19, 2024
0f01b42
Adding structure
datavistics Feb 19, 2024
9356f39
a notebook for RAG with Zephyr and LangChain
MKhalusova Dec 1, 2023
31a490f
addressed feedback
MKhalusova Dec 18, 2023
a3aa032
Add files via upload
merveenoyan Jan 23, 2024
856bee6
image link updated
MKhalusova Jan 16, 2024
2e63b46
code llm fine-tuning notebook
MKhalusova Jan 17, 2024
33beb00
addressed feedback
MKhalusova Jan 18, 2024
6d911e2
minor improvement: removed the base_model.cuda(), added .cuda() to fr…
MKhalusova Jan 19, 2024
2c79913
Created using Colaboratory
merveenoyan Jan 25, 2024
040ea94
Created using Colaboratory
merveenoyan Jan 26, 2024
b0c2e18
contribution guidelines
MKhalusova Jan 26, 2024
208fce8
removed emoji from the file name
MKhalusova Jan 29, 2024
aee45be
Add advanced RAG notebook
aymeric-roucher Jan 15, 2024
eca9259
Improve images
aymeric-roucher Jan 16, 2024
e9cb8da
Update graph
aymeric-roucher Jan 16, 2024
1e0a7fb
Split notebook in two; finish advanced RAG notebook
aymeric-roucher Jan 17, 2024
0876cf9
Update RAG evaluation notebook
aymeric-roucher Jan 17, 2024
26f84a2
Add PaCMAP visualization of embeddings in advanced_rag
aymeric-roucher Jan 18, 2024
e7ace27
Improve chunking
aymeric-roucher Jan 19, 2024
8df9770
Clean notebooks
aymeric-roucher Jan 19, 2024
9e3af82
Update username
aymeric-roucher Jan 19, 2024
29c9fe8
Correct username
aymeric-roucher Jan 19, 2024
adf5b24
Clean folder
aymeric-roucher Jan 22, 2024
34a72d9
Answer comments
aymeric-roucher Jan 23, 2024
eb7d0b1
Add explanations
aymeric-roucher Jan 23, 2024
496ded3
Change chat prompt template
aymeric-roucher Jan 24, 2024
df6683a
Answer comments
aymeric-roucher Jan 25, 2024
d86d8c7
Update graphs
aymeric-roucher Jan 25, 2024
dfb48b0
Replace LLMs used in RAG evaluation
aymeric-roucher Jan 26, 2024
66df885
Improve layout
aymeric-roucher Jan 29, 2024
b9b84c0
removed unnecessary outputs (e.g. pip install)
MKhalusova Jan 30, 2024
3396f78
a bit more output cleanup
MKhalusova Jan 30, 2024
38fb68b
Added GitHub workflows
MKhalusova Jan 29, 2024
14e0c19
moved notebook files under notebooks/en
MKhalusova Jan 29, 2024
86757eb
Added _toctree.yml
MKhalusova Jan 29, 2024
3280090
Two new notebooks added to _toctree.yml
MKhalusova Jan 29, 2024
ff572db
rm unneeded .ipynb extensions
mishig25 Jan 30, 2024
d6b0e04
shorter titles, added index.md
MKhalusova Jan 30, 2024
68e688b
placeholder
mishig25 Feb 1, 2024
ae4a536
better title for index
mishig25 Feb 1, 2024
a82a940
Add "convert_notebooks: true" to github workflows
mishig25 Feb 1, 2024
850a8e1
fix extra space " " in directory name
mishig25 Feb 1, 2024
3561a25
[wip] test doc preview
mishig25 Feb 1, 2024
e3627db
Rm `hub_base_path` for now
mishig25 Feb 1, 2024
c1d2e28
index.md content
MKhalusova Feb 1, 2024
5e3c095
[Doc build] only run when necessary
mishig25 Feb 2, 2024
d211029
Check notebooks are lowercase
mishig25 Feb 2, 2024
d03f8bc
user lowercase
mishig25 Feb 15, 2024
b5b52b1
rm unneeded line
mishig25 Feb 15, 2024
ea63977
Update .github/workflows/check_notebooks_lowercase.yml
Feb 15, 2024
98776d8
link fixed
MKhalusova Feb 16, 2024
0b6fc60
Adding structure
datavistics Feb 19, 2024
256740c
Merge remote-tracking branch 'origin/main'
datavistics Feb 19, 2024
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
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- title: Open-Source AI Cookbook
sections:
- local: automatic_embedding_tei_inference_endpoints
title: Automatic Embeddings with TEI through Inference Endpoints
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index should be the top one here. Feel free to move it under index

- local: index
title: Open-Source AI Cookbook
- local: faiss_with_hf_datasets_and_clip
Expand Down
Loading
Loading