-
this is my code:
```
func Insert() (err error) {
ctx := context.Background()
has, err := Client.HasCollection(ctx, collectionName)
if err != nil {
log.Fatal("failed to check whether colle…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
This error is found by #52688. There are two ways to reproduce this …
-
表结构:
```
CREATE TABLE `demo` (
`AutoId` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'ID',
`UserMongoId` varchar(32) NOT NULL DEFAULT '' COMMENT 'UserId',
`name` char(11) DEFAULT NULL,
…
-
For some things, HTML requires unique-per-page ids. For example, a `` and `` pair. If you have a partial for a form, you need each form on the page to have unique IDs. Right now, I'm solving this with…
-
### What would you like to be added?
When migrating, the metadata IDs are automatically generated. However, it is expected that in the new data, instead of using automatically generated IDs, the old …
-
I am not sure what's going on here and if this is expected behaviour. I have a blueprint with basically the following fields configuration:
```
years:
label: Years
type: structure
sortB…
-
I have a model in which I use AutoID to create custom page URLs. Simplified, it looks like this (the actualy URL is more complex):
```php
-
blueprint
```
categories:
label: Categories
type: structure
fields:
autoid:
type: hidden
translate: false
cat_title:
label: Title
type: text
```
site…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
go-sdk version: master
milvus version: 2.2.0-20221117-29178567
1. Generate fields and pk …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Current behavior appears that auto id fields start at an arbitrary number? For example a few …
vultj updated
6 months ago