Generellem 1.0.0.2-beta1

This is a prerelease version of Generellem.
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
#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

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:
  1. Consume and process files for Retrieval Augmented Generation (RAG)
  2. Interact with an LLM to return a response to a caller
  3. Add to a reusable library package for anyone to consume
Initial Tech
  • C#
  • Azure Open AI
  • Azure Cognitive Search
Two Products
  1. Open-source - Apache License 2.0
  2. 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.

Documentation on the Wiki

You can find me at:

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

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.2-beta1 55 2/21/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