View.Sdk 1.0.0.15

dotnet add package View.Sdk --version 1.0.0.15                
NuGet\Install-Package View.Sdk -Version 1.0.0.15                
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="View.Sdk" Version="1.0.0.15" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add View.Sdk --version 1.0.0.15                
#r "nuget: View.Sdk, 1.0.0.15"                
#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 View.Sdk as a Cake Addin
#addin nuget:?package=View.Sdk&version=1.0.0.15

// Install View.Sdk as a Cake Tool
#tool nuget:?package=View.Sdk&version=1.0.0.15                

<img src="https://github.com/view-io/sdk-csharp/blob/main/assets/view_logo.png?raw=true" height="48">

C# SDK for View AI

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.

License

View software is licensed under the Fair Core License (FCL) with graduation after two years to an Apache 2.0 license. Use of the software requires acceptance of the license terms found in the file LICENSE.md.

Feedback and Issues

Have feedback or issues? Please file an issue here.

Getting Started

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 SDK
  • using View.Sdk.Assistant; - the SDK for View Assistant, which exposes chat and retrieval-augmented generation APIs with the View Assistant microservice
  • using View.Sdk.Configuration - the SDK for View Configuration, provides APIs for configuring objects using the View Configuration microservice
  • using View.Sdk.Graph - the SDK for View Graph for interacting with the graph database using the LiteGraph microservice
  • using View.Sdk.Lexi - the SDK for View Lexi, the data catalog and metadata search platform, using the View Lexi microservice
  • using View.Sdk.Orchestrator - the SDK for View Orchestrator, which handles invocation and execution of data flows, using the View Orchestrator microservice
  • using View.Sdk.Processor - the SDK for generating Universal Data Representation (UDR) documents, using the View document processor microservice
  • using View.Sdk.Semantic - the SDK for extracting semantic cells, using the View semantic cell extractor microservice
  • using View.Sdk.Serialization - provides support for JSON and XML serialization, used commonly across View SDKs
  • using View.Sdk.Storage - the SDK for configuring and managing storage resources and objects, using the View storage microservice
  • using View.Sdk.Vector - the SDK for interacting with View vector storage, using the View Vector microservice

Version History

Please refer to CHANGELOG.md

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 View.Sdk:

Package Downloads
View.Models

View.io is currently in BETA. Database models and supporting classes for View.io services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.15 64 10/31/2024

v1.0 release.