Generellem 1.0.0.2-beta1
This is a prerelease version of Generellem.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Generellem --version 1.0.0.2-beta1
NuGet\Install-Package Generellem -Version 1.0.0.2-beta1
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="Generellem" Version="1.0.0.2-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Generellem --version 1.0.0.2-beta1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Generellem, 1.0.0.2-beta1"
#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 Generellem as a Cake Addin #addin nuget:?package=Generellem&version=1.0.0.2-beta1&prerelease // Install Generellem as a Cake Tool #tool nuget:?package=Generellem&version=1.0.0.2-beta1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hi there 👋
Generellem is a tool for using arbitrary documents with LLMs so anyone can have AI that is specific to their domain.
Initial plan:
- Consume and process files for Retrieval Augmented Generation (RAG)
- Interact with an LLM to return a response to a caller
- Add to a reusable library package for anyone to consume
Initial Tech
- C#
- Azure Open AI
- Azure Cognitive Search
Two Products
- Open-source - Apache License 2.0
- SaaS - Companies can buy at the Generellem website
As you can see, this very brand new. Everything has to start somewhere. This is open source and community participation is welcome.
You can find me at:
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Azure.AI.OpenAI (>= 1.0.0-beta.9)
- Azure.Search.Documents (>= 11.5.1)
- Azure.Storage.Blobs (>= 12.19.1)
- DocumentFormat.OpenXml (>= 3.0.1)
- HtmlAgilityPack (>= 1.11.57)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.1)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- NPOI.HWPFCore (>= 2.3.0.1)
- PdfPig (>= 0.1.8)
- Polly.Core (>= 8.2.1)
- SharpZipLib (>= 1.4.2)
- SkiaSharp (>= 2.88.7)
- System.Drawing.Common (>= 8.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.9-beta2 | 35 | 7/29/2024 |
1.0.0.2-beta1 | 72 | 2/21/2024 |
1.0.0 | 131 | 8/30/2024 |
This is the initial release of Generellem. It includes support for
- LLM: Azure OpenAI
- Vector DB: Azure Cognitive Search
- DataSource: File System
- DataSource: Web Site
- Simple RAG with context