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
<PackageReference Include="View.Sdk" Version="1.0.0.15" />
paket add View.Sdk --version 1.0.0.15
#r "nuget: View.Sdk, 1.0.0.15"
// 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 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 microservice
Version History
Please refer to CHANGELOG.md
Product | Versions 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. |
-
net8.0
- LiteGraph.Sdk (>= 2.0.17)
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.