Eliassen.Qdrant 0.1.85

This package has a SemVer 2.0.0 package version: 0.1.85+2.
dotnet add package Eliassen.Qdrant --version 0.1.85                
NuGet\Install-Package Eliassen.Qdrant -Version 0.1.85                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Eliassen.Qdrant" Version="0.1.85" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eliassen.Qdrant --version 0.1.85                
#r "nuget: Eliassen.Qdrant, 0.1.85"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Eliassen.Qdrant as a Cake Addin
#addin nuget:?package=Eliassen.Qdrant&version=0.1.85

// Install Eliassen.Qdrant as a Cake Tool
#tool nuget:?package=Eliassen.Qdrant&version=0.1.85                

Eliassen.Qdrant

Eliassen.Qdrant offers functionality for interacting with the Qdrant API, including managing collections, querying for nearest neighbors, and creating vector representations of various data types. Let's delve into its features:

IPointStructFactory

Interface for a factory that creates instances of Qdrant.Client.Grpc.PointStruct.

Methods

  • CreateFileChunk: Creates a new instance of Qdrant.Client.Grpc.PointStruct for a file chunk.
  • CreateQuestion: Creates a new instance of Qdrant.Client.Grpc.PointStruct for a question.
  • CreateServiceReference: Creates a new instance of Qdrant.Client.Grpc.PointStruct for a service reference.

IQdrantGrpcClientFactory

Interface for a factory that creates instances of Qdrant.Client.Grpc.QdrantGrpcClient.

Methods

  • Create: Creates a new instance of Qdrant.Client.Grpc.QdrantGrpcClient.

PointStructFactory

Factory for creating instances of Qdrant.Client.Grpc.PointStruct.

Methods

  • CreateFileChunk: Creates an instance representing a file chunk.
  • CreateServiceReference: Creates an instance representing a service reference.
  • CreateQuestion: Creates an instance representing a question.

QdrantGrpcClientExtensions

Extension methods for Qdrant gRPC client.

Methods

  • EnsureCollectionExistsAsync: Ensures that the specified collection exists in Qdrant.
  • Other methods for querying and managing collections.

QdrantGrpcClientFactory

Factory for creating instances of the Qdrant gRPC client.

Methods

  • Create: Creates a new instance of the Qdrant gRPC client.

QdrantOptions

Options for configuring Qdrant.

Properties

  • Url: The URL for Qdrant.
  • CollectionName: The collection name for Qdrant.

QdrantVectorStoreProvider

Provider for using Qdrant as a vector store.

Properties

  • ContainerName: The current container name.

Methods

  • StoreVectorsAsync: Stores vectors in the container.
  • FindNeighborsAsync: Finds nearest neighbors for a given vector.

QdrantVectorStoreProviderFactory

Factory for creating instances of QdrantVectorStoreProvider.

Methods

  • Create: Creates a new instance of QdrantVectorStoreProvider.

ServiceCollectionExtensions

Extension methods for configuring services related to Qdrant.

Methods

  • TryAddQdrantServices: Configures services for Qdrant.

Eliassen.Qdrant provides comprehensive support for utilizing the Qdrant API efficiently, empowering developers with advanced functionalities for managing collections, querying, and vector representations.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Eliassen.Qdrant:

Package Downloads
Eliassen.Common.Extensions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.85 45 10/10/2024
0.1.84 42 10/10/2024
0.1.83 53 9/27/2024
0.1.82 135 8/23/2024
0.1.81 106 8/1/2024
0.1.81-dev-gh-pipline.3 46 8/1/2024