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

update indexing notebook #73

Merged
merged 12 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check out the Fondant [website](https://fondant.ai/) if you want to learn more a

### A simple RAG indexing pipeline

A [**notebook**](./src/pipeline.ipynb) with a simple Fondant pipeline to index your data into a
A [**notebook**](./src/indexing.ipynb) with a simple Fondant pipeline to index your data into a
RAG system.

### Iterative tuning of a RAG indexing pipeline
Expand Down Expand Up @@ -84,4 +84,4 @@ fondant --help
There are two options to run the pipeline:

- [**Via python files and the Fondant CLI:**](https://fondant.ai/en/latest/pipeline/#running-a-pipeline) how you should run Fondant in production
- [**Via a Jupyter notebook**](./src/pipeline.ipynb): ideal to learn about Fondant
- [**Via a Jupyter notebook**](./src/indexing.ipynb): ideal to learn about Fondant
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fondant==0.9.0
fondant==0.10.0
notebook==7.0.6
weaviate-client==3.25.3
2 changes: 1 addition & 1 deletion src/components/aggregate_eval_results/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fondant[component]==0.9.0
fondant[component]==0.10.0
13 changes: 0 additions & 13 deletions src/components/text_cleaning/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/text_cleaning/fondant_component.yaml

This file was deleted.

1 change: 0 additions & 1 deletion src/components/text_cleaning/requirements.txt

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/text_cleaning/src/main.py

This file was deleted.

Loading
Loading