Skip to content

Commit 7e7a78a

Browse files
committed
fix: docs
1 parent 5a32f44 commit 7e7a78a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

autointent/modules/embedding/_retrieval.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,10 @@ class LogRegEmbedding(EmbeddingModule):
6262
db_dir=db_dir,
6363
)
6464
retrieval.fit(utterances, labels)
65-
predictions = retrieval.predict(["how is the weather today?"])
66-
print(predictions)
67-
68-
.. testoutput::
69-
70-
[1]
7165
7266
.. testcleanup::
7367
68+
import shutil
7469
shutil.rmtree(db_dir)
7570
7671
"""

0 commit comments

Comments
 (0)