Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix binary vector when query data and disable multiple vector fields when create collection #15

Merged
merged 7 commits into from
Jan 20, 2022

Conversation

nameczz
Copy link
Collaborator

@nameczz nameczz commented Jan 20, 2022

No description provided.

@@ -14,6 +14,7 @@ export const ReqHeaderMiddleware = (
// all ape requests need set milvus address in header.
// server will set activeaddress in milvus service.
const milvusAddress = (req.headers[MILVUS_ADDRESS] as string) || '';
console.log(req.headers);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove console

Signed-off-by: nameczz <[email protected]>
@shanghaikid shanghaikid merged commit 4bae96f into zilliztech:main Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants