![]() |
VOOZH | about |
dotnet add package View.Sdk --version 1.5.2.1
NuGet\Install-Package View.Sdk -Version 1.5.2.1
<PackageReference Include="View.Sdk" Version="1.5.2.1" />
<PackageVersion Include="View.Sdk" Version="1.5.2.1" />Directory.Packages.props
<PackageReference Include="View.Sdk" />Project file
paket add View.Sdk --version 1.5.2.1
#r "nuget: View.Sdk, 1.5.2.1"
#:package View.Sdk@1.5.2.1
#addin nuget:?package=View.Sdk&version=1.5.2.1Install as a Cake Addin
#tool nuget:?package=View.Sdk&version=1.5.2.1Install as a Cake Tool
<img src="https://github.com/view-io/sdk-csharp/blob/main/assets/view_logo.png?raw=true" height="48">
View AI enables organizations to rapidly deploy conversational AI experiences and yield instant insights. This SDK enables simplified consumption of the on-premises View AI services.
Have feedback or issues? Please file an issue here.
Refer to the View Postman collection for REST API examples as well as the View Documentation and Test.* projects within the solution.
Add using statements to include the SDKs you wish to use. Most SDKs will be reliant on View.Sdk being included in a using statement.
using View.Sdk; - the base SDK including classes that are used by function-specific SDKusing View.Sdk.Assistant; - the SDK for View Assistant, which exposes chat and retrieval-augmented generation APIs with the View Assistant microserviceusing View.Sdk.Configuration - the SDK for View Configuration, provides APIs for configuring objects using the View Configuration microserviceusing View.Sdk.Graph - the SDK for View Graph for interacting with the graph database using the LiteGraph microserviceusing View.Sdk.Lexi - the SDK for View Lexi, the data catalog and metadata search platform, using the View Lexi microserviceusing View.Sdk.Orchestrator - the SDK for View Orchestrator, which handles invocation and execution of data flows, using the View Orchestrator microserviceusing View.Sdk.Processor - the SDK for generating Universal Data Representation (UDR) documents, using the View document processor microserviceusing View.Sdk.Semantic - the SDK for extracting semantic cells, using the View semantic cell extractor microserviceusing View.Sdk.Serialization - provides support for JSON and XML serialization, used commonly across View SDKsusing View.Sdk.Storage - the SDK for configuring and managing storage resources and objects, using the View storage microserviceusing View.Sdk.Vector - the SDK for interacting with View vector storage, using the View Vector microservicePlease refer to CHANGELOG.md
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on View.Sdk:
| Package | Downloads |
|---|---|
|
View.Models
Database models, services, and supporting classes for for View AI. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.2.1 | 706 | 12/8/2025 |
| 1.5.1.5 | 239 | 10/9/2025 |
| 1.5.1.4 | 175 | 10/3/2025 |
| 1.5.1.3 | 226 | 9/30/2025 |
| 1.5.1.2 | 229 | 9/29/2025 |
| 1.5.0 | 247 | 9/23/2025 |
| 1.4.0.73 | 244 | 9/2/2025 |
| 1.4.0.72 | 211 | 7/31/2025 |
| 1.4.0.71 | 609 | 7/22/2025 |
| 1.4.0.70 | 229 | 6/29/2025 |
| 1.4.0.69 | 180 | 6/28/2025 |
| 1.4.0.68 | 240 | 5/26/2025 |
| 1.3.0.4 | 248 | 5/26/2025 |
| 1.0.0.15 | 214 | 10/31/2024 |
v1.5.1 release.