juliuslipp commited on
Commit
e946792
1 Parent(s): 5c8386d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ pip install ragatouille
32
  from ragatouille import RAGPretrainedModel
33
 
34
  # Let's create a ragatouille instance
35
- RAG = RAGPretrainedModel("mixedbread-ai/mxbai-colbert-v1")
36
 
37
  documents = [
38
  "'To Kill a Mockingbird' is a novel by Harper Lee published in 1960. It was immediately successful, winning the Pulitzer Prize, and has become a classic of modern American literature.",
 
32
  from ragatouille import RAGPretrainedModel
33
 
34
  # Let's create a ragatouille instance
35
+ RAG = RAGPretrainedModel.from_pretrained("mixedbread-ai/mxbai-colbert-v1")
36
 
37
  documents = [
38
  "'To Kill a Mockingbird' is a novel by Harper Lee published in 1960. It was immediately successful, winning the Pulitzer Prize, and has become a classic of modern American literature.",