mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-31 07:55:38 +08:00
Merge remote-tracking branch 'mega/branch-1.2' into branch-1.2
Former-commit-id: 5f0a9c8603f16bbadf9fecd6c87c5bd82956da7a
This commit is contained in:
commit
321dda5315
@ -23,3 +23,4 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
- MS-4 - Refactor the vecwise_engine code structure
|
||||
- MS-20 - Clean Code Part 1
|
||||
- MS-30 - Use faiss v1.5.2
|
||||
- MS-32 - Fix thrift error
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../third_party/build/bin/thrift -r --gen cpp ./megasearch.thrift
|
||||
thrift -r --gen cpp ./megasearch.thrift
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
* Unauthorized copying of this file, via any medium is strictly prohibited.
|
||||
* Proprietary and confidential.
|
||||
******************************************************************************/
|
||||
namespace cl megasearch.thrift
|
||||
namespace cpp megasearch.thrift
|
||||
namespace py megasearch.thrift
|
||||
namespace d megasearch.thrift
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
../../third_party/build/bin/thrift -r --gen py ./megasearch.thrift
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user