Open Source ยท .NET ยท NuGet
Mythosia.AI
A modular .NET AI library for building intelligent applications.
Switch providers, add RAG, load documents โ all with a unified API.
What's Included
Everything you need to build AI apps
<div class="feature-card">
<div class="feature-icon feature-icon-blue">โก</div>
<h3>Core</h3>
<p>Unified AI abstractions with implementations for OpenAI, Claude, Gemini, DeepSeek, Grok, and more. One interface, any provider.</p>
<a href="docs/completions.md" class="feature-link">Explore Core โ</a>
</div>
<div class="feature-card">
<div class="feature-icon feature-icon-purple">๐</div>
<h3>RAG</h3>
<p>Full retrieval-augmented generation pipeline โ document splitting, embeddings, vector search, reranking, and diagnostics.</p>
<a href="docs/rag.md" class="feature-link">Explore RAG โ</a>
</div>
<div class="feature-card">
<div class="feature-icon feature-icon-green">๐</div>
<h3>Document Loaders</h3>
<p>Extract and normalize content from Word, Excel, PowerPoint, and PDF files with a simple, consistent loader API.</p>
<a href="docs/document-loaders.md" class="feature-link">Explore Loaders โ</a>
</div>
<div class="feature-card">
<div class="feature-icon feature-icon-orange">๐๏ธ</div>
<h3>Vector Database</h3>
<p>Pluggable vector store layer supporting Qdrant, Pinecone, PostgreSQL, and in-memory backends.</p>
<a href="docs/rag-advanced.md" class="feature-link">Explore VectorDB โ</a>
</div>
Quick Install
Up and running in seconds
Install the core package and your provider of choice, then start building.
Full Getting Started Guide โPackage Manager
dotnet add package Mythosia.AI
dotnet add package Mythosia.AI.Rag
dotnet add package Mythosia.VectorDb.Qdrant
NuGet Packages
Pick what you need
Core
Mythosia.AIMythosia.AI.AbstractionsMythosia.AI.Providers.Alibaba
RAG
Mythosia.AI.RagMythosia.AI.Rag.Abstractions
Document Loaders
Mythosia.Documents.AbstractionsMythosia.Documents.OfficeMythosia.Documents.Pdf
Vector Database
Mythosia.VectorDb.AbstractionsMythosia.VectorDb.InMemoryMythosia.VectorDb.PineconeMythosia.VectorDb.PostgresMythosia.VectorDb.Qdrant