Skip to content

Commit

Permalink
chore(deps): upgrade milvus
Browse files Browse the repository at this point in the history
Solve milvus install error

Signed-off-by: jotyy <[email protected]>
  • Loading branch information
jotyy committed Jun 21, 2024
1 parent ab222ad commit b586836
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 372 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ check-codestyle:
poetry run ruff format --check --config pyproject.toml .
poetry run ruff check --config pyproject.toml .



.PHONY: lint
lint: test check-codestyle
lint: test check-codestyle

.PHONY: lint-fix
lint-fix: polish-codestyle
Expand Down
1 change: 0 additions & 1 deletion examples/denser_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import openai
import streamlit as st
import tiktoken

from denser_retriever.retriever_general import RetrieverGeneral

Expand Down
Loading

0 comments on commit b586836

Please sign in to comment.