Skip to content

Commit 512938b

Browse files
committed
commenting out collection creation
1 parent 850b199 commit 512938b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/retrieve_and_rank_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
configs = retrieve_and_rank.list_configs(solr_cluster_id=solr_cluster_id)
3232
print(json.dumps(configs, indent=2))
3333

34-
collection = retrieve_and_rank.create_collection(solr_cluster_id, 'test-collection', 'test-config')
35-
print(json.dumps(collection, indent=2))
34+
# collection = retrieve_and_rank.create_collection(solr_cluster_id, 'test-collection', 'test-config')
35+
# print(json.dumps(collection, indent=2))
3636

3737
if len(configs['solr_configs']) > 0:
3838
collections = retrieve_and_rank.list_collections(solr_cluster_id=solr_cluster_id)

0 commit comments

Comments
 (0)