File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
33
<PackageVersion Include =" FastBertTokenizer" Version =" 1.0.28" />
34
34
<PackageVersion Include =" Google.Apis.Auth" Version =" 1.69.0" />
35
35
<PackageVersion Include =" Google.Apis.CustomSearchAPI.v1" Version =" 1.68.0.3520" />
36
- <PackageVersion Include =" Google.Protobuf" Version =" 3.27 .1" />
36
+ <PackageVersion Include =" Google.Protobuf" Version =" 3.31 .1" />
37
37
<PackageVersion Include =" Grpc.AspNetCore" Version =" 2.70.0" />
38
38
<PackageVersion Include =" Grpc.AspNetCore.Server" Version =" 2.70.0" />
39
39
<PackageVersion Include =" Grpc.AspNetCore.Server.Reflection" Version =" 2.70.0" />
177
177
<PackageVersion Include =" Testcontainers.Qdrant" Version =" 4.4.0" />
178
178
<PackageVersion Include =" Testcontainers.Redis" Version =" 4.4.0" />
179
179
<PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.2" />
180
- <PackageVersion Include =" Qdrant.Client" Version =" 1.13.0 " />
180
+ <PackageVersion Include =" Qdrant.Client" Version =" 1.14.1 " />
181
181
<!-- Symbols -->
182
182
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
183
183
<!-- Toolset -->
Original file line number Diff line number Diff line change 11
11
using Microsoft . Extensions . VectorData . ProviderServices ;
12
12
using Microsoft . Extensions . VectorData . ProviderServices . Filter ;
13
13
using Qdrant . Client . Grpc ;
14
+ using Expression = System . Linq . Expressions . Expression ;
14
15
using Range = Qdrant . Client . Grpc . Range ;
15
16
16
17
namespace Microsoft . SemanticKernel . Connectors . Qdrant ;
You can’t perform that action at this time.
0 commit comments