chore: update vectordb version and requirements (#35)
This commit is contained in:
parent
ad507a6d68
commit
39dc5f9e26
|
@ -8,6 +8,4 @@ COPY . /vectordb/
|
|||
|
||||
RUN cd /vectordb && pip install -U pip && pip install .
|
||||
|
||||
RUN pip install -U docarray[hnswlib]>=0.34
|
||||
|
||||
ENTRYPOINT ["vectordb"]
|
|
@ -1,3 +1,2 @@
|
|||
jina>=3.18.0
|
||||
click
|
||||
#docarray[hnswlib]>=0.34.0
|
||||
jina>=3.19.0
|
||||
docarray[hnswlib]>=0.34.0
|
||||
|
|
3
setup.py
3
setup.py
|
@ -54,6 +54,3 @@ setup(
|
|||
},
|
||||
install_requires=requirements,
|
||||
)
|
||||
|
||||
import subprocess
|
||||
subprocess.run(['pip', 'install', 'docarray[hnswlib]>=0.34.0'])
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '0.0.3'
|
||||
__version__ = '0.0.4'
|
||||
|
||||
from vectordb.db.inmemory_exact_vectordb import InMemoryExactNNVectorDB
|
||||
from vectordb.db.hnsw_vectordb import HNSWVectorDB
|
Loading…
Reference in New Issue