LLM for Unity  v2.3.0
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
RAG.cs File Reference

File implementing the Retrieval Augmented Generation (RAG) system. More...

Go to the source code of this file.

Classes

class  LLMUnity.NoChunking
 
class  LLMUnity.RAG
 Class implementing a Retrieval Augmented Generation (RAG) system based on a search method and an optional chunking method. More...
 

Enumerations

enum  LLMUnity.SearchMethods { DBSearch , SimpleSearch }
 Search methods implemented in LLMUnity. More...
 
enum  LLMUnity.ChunkingMethods { NoChunking , TokenSplitter , WordSplitter , SentenceSplitter }
 Chunking methods implemented in LLMUnity. More...
 

Detailed Description

File implementing the Retrieval Augmented Generation (RAG) system.

Definition in file RAG.cs.