Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit d39ccb1

Browse files
committed
Update to txtai 3.2
1 parent 3b70ebd commit d39ccb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
DESCRIPTION = f.read()
66

77
setup(name="codequestion",
8-
version="1.3.0",
8+
version="1.4.0",
99
author="NeuML",
1010
description="Ask coding questions directly from the terminal",
1111
long_description=DESCRIPTION,
@@ -31,7 +31,7 @@
3131
"html2markdown>=0.1.7",
3232
"mdv>=1.7.4",
3333
"tqdm==4.48.0",
34-
"txtai>=2.0.0"
34+
"txtai[similarity]>=3.2.0"
3535
],
3636
classifiers=[
3737
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)