Sean MacAvaney commited on
Commit
644c9ac
1 Parent(s): d9de575
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1 +1,30 @@
1
- ## Build Log
2
  warn(f'text_field not specified; indexing all str fields: {text_field}')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  warn(f'text_field not specified; indexing all str fields: {text_field}')
2
+ ---
3
+ tags:
4
+ - pyterrier
5
+ task_categories:
6
+ - text-retrieval
7
+ ---
8
+
9
+ ## Using this Artifact
10
+
11
+ ```python
12
+ import pyterrier as pt
13
+ pt.Artifact.from_url('test')
14
+ # PisaIndex('/tmp/tmp6g5m9shw')
15
+ ```
16
+
17
+ ## Reproducing this Artifact
18
+
19
+ ```bash
20
+ pip install requirements.txt
21
+ python build.py path/to/artifact
22
+ ```
23
+
24
+ ## Artifact Build Log
25
+
26
+ ```
27
+
28
+ warn(f'text_field not specified; indexing all str fields: {text_field}')
29
+
30
+
31
+ ```