milvus-sdk-cpp icon indicating copy to clipboard operation
milvus-sdk-cpp copied to clipboard

C++ SDK for Milvus 2.0

Results 28 milvus-sdk-cpp issues
Sort by recently updated
recently updated
newest added

1. g++ version gcc version 9.3.1 20200408 (Red Hat 9.3.1-2) (GCC) 2. master branch 3. cd milvus-sdk-cpp 4. make 5. ./cmake_build/examples/simple/sdk_simple ![image](https://user-images.githubusercontent.com/7531084/164423109-2780dc9c-6db1-4907-9fa6-3943dab456e0.png) 7. gdb ./cmake_build/examples/simple/sdk_simple core.105994 show bt 8. ![image](https://user-images.githubusercontent.com/7531084/164423745-13e4335f-7461-454d-87ee-7a1d2d201888.png)

- [ ] Need to link docs to milvus-io/web-content. - [ ] Some documentation refinement may also needed.

The milvus server requires the insert data arranged by collection schema. For example, a collection has two fields "id" and "vectors" ``` milvus::CollectionSchema collection_schema(collection_name); collection_schema.AddField({"id", milvus::DataType::INT64, "user id", true, false});...

kind/bug

Relates: #266 #255 After fixing error in #266 with `grpc` -> `gRPC` I got new error about gRPC not being able to find Protobuf, fixed by adding line [49](https://github.com/milvus-io/milvus-sdk-cpp/compare/master...nfrmtk:cmake-grpc-fix?expand=1#diff-dba6098bfd74704b082d3dac547c8fd4f225d0b3e6456973de1d71551bf6718fR49) And...

ci-passed
lgtm
size/S

Relates: #255 Right now error is following: ``` By not providing "Findgrpc.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "grpc", but CMake...

We need a new version of the SDK that supports 2.4XXX. Don't forget the language of your ancestors, don't be ungrateful.

fix build warnings

size/S

when I push code to origin branch. it will appear: ERROR: Permission to milvus-io/milvus-sdk-cpp.git denied to Monster880. fatal: Could not read from remote repository.