Skip to content

Commit

Permalink
update indexing notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMoussalli committed Feb 1, 2024
1 parent ff5aa21 commit 8972ff9
Show file tree
Hide file tree
Showing 9 changed files with 124 additions and 161 deletions.
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

0 comments on commit 8972ff9

Please sign in to comment.