Sentence Similarity
Safetensors
Japanese
RAGatouille
bert
ColBERT
bclavie commited on
Commit
2cb8473
1 Parent(s): ba13dad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -148,7 +148,7 @@ And then query it:
148
 
149
  ```python
150
  RAG.search(query="What animation studio did Miyazaki found?")
151
- > [[{'content': 'In April 1984, Miyazaki opened his own office in Suginami Ward, naming it Nibariki.\n\n\n=== Studio Ghibli ===\n\n\n==== Early films (1985–1996) ====\nIn June 1985, Miyazaki, Takahata, Tokuma and Suzuki founded the animation production company Studio Ghibli, with funding from Tokuma Shoten. Studio Ghibli\'s first film, Laputa: Castle in the Sky (1986), employed the same production crew of Nausicaä. Miyazaki\'s designs for the film\'s setting were inspired by Greek architecture and "European urbanistic templates".',
152
  'score': 25.90448570251465,
153
  'rank': 1,
154
  'document_id': 'miyazaki',
@@ -159,6 +159,7 @@ RAG.search(query="What animation studio did Miyazaki found?")
159
  'document_id': 'miyazaki',
160
  'document_metadata': {'entity': 'person', 'source': 'wikipedia'}},
161
  [...]
 
162
  ```
163
 
164
 
 
148
 
149
  ```python
150
  RAG.search(query="What animation studio did Miyazaki found?")
151
+ > [{'content': 'In April 1984, Miyazaki opened his own office in Suginami Ward, naming it Nibariki.\n\n\n=== Studio Ghibli ===\n\n\n==== Early films (1985–1996) ====\nIn June 1985, Miyazaki, Takahata, Tokuma and Suzuki founded the animation production company Studio Ghibli, with funding from Tokuma Shoten. Studio Ghibli\'s first film, Laputa: Castle in the Sky (1986), employed the same production crew of Nausicaä. Miyazaki\'s designs for the film\'s setting were inspired by Greek architecture and "European urbanistic templates".',
152
  'score': 25.90448570251465,
153
  'rank': 1,
154
  'document_id': 'miyazaki',
 
159
  'document_id': 'miyazaki',
160
  'document_metadata': {'entity': 'person', 'source': 'wikipedia'}},
161
  [...]
162
+ ]
163
  ```
164
 
165