Skip to content

Commit

Permalink
Merge pull request #11 from Bessouat40/refacto
Browse files Browse the repository at this point in the history
change readme
  • Loading branch information
Bessouat40 authored Dec 28, 2024
2 parents 42540a4 + 279eb7c commit 51ec68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Set up the components of your RAG pipeline:

```python
from raglight.rag.builder import Builder
from src.raglight.config.settings import Settings
from raglight.config.settings import Settings

rag = Builder() \
.with_embeddings(Settings.HUGGINGFACE, model_name=model_embeddings) \
Expand Down

0 comments on commit 51ec68b

Please sign in to comment.